various shell improvements
This commit is contained in:
parent
f34c23f532
commit
b361bf52e1
9 changed files with 735 additions and 8 deletions
3
.zshrc
3
.zshrc
|
|
@ -133,3 +133,6 @@ if [ -f '/home/barak/local/google-cloud-sdk/path.zsh.inc' ]; then source '/home/
|
|||
if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
if [ -f "$HOME/.zshrc_work" ]; then source "$HOME/.zshrc_work"; fi
|
||||
|
||||
if [ -f "$HOME/.config/zsh/fzf-completion.zsh" ]; then source "$HOME/.config/zsh/fzf-completion.zsh"; fi
|
||||
if [ -f "$HOME/.config/zsh/fzf-key-bindings.zsh" ]; then source "$HOME/.config/zsh/fzf-key-bindings.zsh"; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue