diff options
Diffstat (limited to '')
-rw-r--r-- | nix/programs/zsh/zshrc (renamed from files/config/zsh/zshrc) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/config/zsh/zshrc b/nix/programs/zsh/zshrc index b42d2bd..eedac23 100644 --- a/files/config/zsh/zshrc +++ b/nix/programs/zsh/zshrc @@ -1,8 +1,7 @@ # zsh initalization file -# export 'SHELL' and 'EDITOR' to child processes +# export 'SHELL' to child processes export SHELL -export EDITOR="nvim" if [[ $- != *i* ]] then @@ -41,7 +40,8 @@ alias vim="nvim" alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad # nix rebuild -alias reconfigure="sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)" +alias rs="sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)" +alias rh="sudo home-manager switch --flake ~/.config/nix#$(hostname)" # manpages export LESS_TERMCAP_md=$'\e[1;36m' |