summaryrefslogtreecommitdiff
path: root/nix/programs/zsh/zshrc
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 11:38:02 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 11:38:02 -0500
commita4650fc22a01a3ea2190284204a87d6ca3abd824 (patch)
tree3440bceb57691956bc45148515c1b5e52c846ef6 /nix/programs/zsh/zshrc
parentupdate commits (diff)
downloaddotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.tar.gz
dotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.tar.bz2
dotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.zip
reconfigure hyprland
Diffstat (limited to '')
-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'