summaryrefslogtreecommitdiff
path: root/nix/programs/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs/zsh')
-rw-r--r--nix/programs/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/programs/zsh/zshrc b/nix/programs/zsh/zshrc
index eedac23..b1c61a2 100644
--- a/nix/programs/zsh/zshrc
+++ b/nix/programs/zsh/zshrc
@@ -41,7 +41,7 @@ alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad
# nix rebuild
alias rs="sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)"
-alias rh="sudo home-manager switch --flake ~/.config/nix#$(hostname)"
+alias rh="home-manager switch --flake ~/.config/nix#$(hostname)"
# manpages
export LESS_TERMCAP_md=$'\e[1;36m'