diff options
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 25d338a..24829cb 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -23,7 +23,7 @@ source ~/.bash_aliases KEYTIMEOUT=2 export GPGKEY="895134C5" -export PATH="$HOME/bin:$PATH" +export PATH="$HOME/bin:$HOME/.cargo/bin:$PATH" export EDITOR="vim" export LD_LIBRARY_PATH=/usr/local/lib @@ -87,3 +87,6 @@ bindkey '^[[1;5D' emacs-backward-word source /usr/share/fzf/key-bindings.zsh source ~/dotfiles/Shell/forgit.plugin.zsh source ~/dotfiles/Shell/ssh-agent.plugin.zsh +source ~/.config/base16-shell/base16-shell.plugin.zsh +export TERM=xterm +. <(flux completion zsh) |