diff options
author | Vasil Zlatanov <v@skozl.com> | 2021-02-05 11:55:44 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2021-02-05 11:55:44 +0000 |
commit | 67f38b3f5ec2f146a92e990fddae16e4ff59a958 (patch) | |
tree | 2d40bc0d6f181d2fdd3b1f1d1df24932fb972c94 /Shell/zshrc | |
parent | 6f1f737e4ee3c83d623d07839a4fb24fa2e62e3f (diff) | |
download | dotfiles-67f38b3f5ec2f146a92e990fddae16e4ff59a958.tar.gz dotfiles-67f38b3f5ec2f146a92e990fddae16e4ff59a958.tar.bz2 dotfiles-67f38b3f5ec2f146a92e990fddae16e4ff59a958.zip |
Update zsh aliases
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) |