From bdf0c51643e7f2de03211e430e80e434fff6d394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 7 May 2021 22:16:05 +0200 Subject: Using ghcup for haskell dev and LSP on editor --- home-dots/dot-zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home-dots') 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 -- cgit v1.2.3