diff options
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,10 +24,14 @@ export WORKON_HOME=$HOME/.virtualenvs source /usr/share/virtualenvwrapper/virtualenvwrapper.sh eval "$(direnv hook zsh)" +eval "$(jump shell)" +eval "$(mcfly init zsh)" + # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/.gems" export PATH="$HOME/.gem/ruby/2.7.0/bin:$PATH" alias mutt=neomutt +alias gap="git add -p" export TERM=xterm-256color fpath+=${ZDOTDIR:-~}/.zsh_functions |