aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-05-07 22:16:05 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-05-17 09:59:37 +0200
commitbdf0c51643e7f2de03211e430e80e434fff6d394 (patch)
tree41acd176959e30902dd97ef70b04f414d8b42049 /home-dots
parent2464daa5c3f935589027aa73b4c481258fddd221 (diff)
downloaddotfiles-bdf0c51643e7f2de03211e430e80e434fff6d394.tar.gz
dotfiles-bdf0c51643e7f2de03211e430e80e434fff6d394.tar.bz2
dotfiles-bdf0c51643e7f2de03211e430e80e434fff6d394.zip
Using ghcup for haskell dev and LSP on editor
Diffstat (limited to 'home-dots')
-rw-r--r--home-dots/dot-zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc
index 582508e..e521ca7 100644
--- a/home-dots/dot-zshrc
+++ b/home-dots/dot-zshrc
@@ -124,3 +124,4 @@ alias mykeys='setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbc
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