aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home-dots/dot-zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc
index e521ca7..764fb25 100644
--- a/home-dots/dot-zshrc
+++ b/home-dots/dot-zshrc
@@ -120,8 +120,8 @@ alias gdimg='git difftool -t image_diff'
alias -g G='| grep'
alias lar='ls -lahrt'
-alias mykeys='setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY'
+alias mykeys='setxkbmap -I$HOME/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY'
export PATH="$HOME/.cargo/bin:$PATH"
-if [ -e /home/titan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/titan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
-[ -f "/home/titan/.ghcup/env" ] && source "/home/titan/.ghcup/env" # ghcup-env
+if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
+[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env