diff options
Diffstat (limited to 'home/zshrc.nix')
| -rw-r--r-- | home/zshrc.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/zshrc.nix b/home/zshrc.nix index 68c3958..09b6e32 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -20,6 +20,10 @@ source $HOME/System/dot/git-aliases.zsh } + function shenv() { + nix shell 'system#shenvs.'"$1" + } + function xseli() { T=$(mktemp) $EDITOR -n $T |
