diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-23 11:38:02 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 11:38:02 -0500 |
commit | a4650fc22a01a3ea2190284204a87d6ca3abd824 (patch) | |
tree | 3440bceb57691956bc45148515c1b5e52c846ef6 /nix/programs/zsh/zshrc | |
parent | update commits (diff) | |
download | dotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.tar.gz dotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.tar.bz2 dotfiles-nix-a4650fc22a01a3ea2190284204a87d6ca3abd824.zip |
reconfigure hyprland
Diffstat (limited to 'nix/programs/zsh/zshrc')
-rw-r--r-- | nix/programs/zsh/zshrc | 2 |
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' |