aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-06 17:58:11 +0900
committernsfisis <nsfisis@gmail.com>2023-10-06 17:58:11 +0900
commit74f47088e57413e5dc28358e60fb6fde9bed60f0 (patch)
tree347f0fde5578369306110d104cf7525532c76ecd
parent8b42c8f3349981697a03251bdb4eeb13d0e5f758 (diff)
downloaddotfiles-74f47088e57413e5dc28358e60fb6fde9bed60f0.tar.gz
dotfiles-74f47088e57413e5dc28358e60fb6fde9bed60f0.tar.zst
dotfiles-74f47088e57413e5dc28358e60fb6fde9bed60f0.zip
zsh: add alias direnvnix
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 40e133b..aef2833 100644
--- a/.zshrc
+++ b/.zshrc
@@ -414,6 +414,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
fi
+alias direnvnix='nix flake new -t github:nix-community/nix-direnv'
+
+
export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
# To override system-provided Ruby with brewed Ruby