From e84e7ae169fa87f5b9312153bea1e5cd0eb2176c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 3 Feb 2022 22:39:22 +0100 Subject: zsh: add plugins and alias --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 4f6be74..557ff07 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -- cgit v1.2.3-18-g5258