From 67f38b3f5ec2f146a92e990fddae16e4ff59a958 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 5 Feb 2021 11:55:44 +0000 Subject: Update zsh aliases --- Shell/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Shell/zshrc') 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) -- cgit v1.2.3-54-g00ecf