diff --git a/.zshrc b/.zshrc index ab29fad..86d1156 100644 --- a/.zshrc +++ b/.zshrc @@ -41,7 +41,7 @@ prompt='%d/ $(git_branch_name) > ' source ~/.bash_aliases export EDITOR=nvim -export PATH=/home/rick/.ghcup/bin/:$PATH:/home/rick/.emacs.d/bin/:/home/rick/jrnl/ecpd/7tools/:$HOME/.config/nvim/plugged/vim-superman/bin +export PATH=$PATH:/home/rick/.emacs.d/bin/ #:$HOME/.config/nvim/plugged/vim-superman/bin # keybinds bindkey ";5C" forward-word @@ -98,5 +98,10 @@ cursor_mode() { cursor_mode ### -# open man and info from neovim +# vman opens manpages with nvim compdef vman="man" + +[ -f "/home/rick/.ghcup/env" ] && source "/home/rick/.ghcup/env" # ghcup-env + +# contents of ~/.ghcup/env file: +# export PATH="$HOME/.cabal/bin:/home/rick/.ghcup/bin:$PATH"