From 95324aa69bc02254ef04ca87e012958dd190f5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 19 Jul 2021 10:09:21 +0200 Subject: $HOME in zshrc --- home-dots/dot-zshrc | 6 +++--- 1 file 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 -- cgit v1.2.3