diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -84,8 +84,9 @@ bindkey "^r" history-incremental-search-backward alias ls="ls --color=auto" alias el="exa --color=auto --long" +alias et="erd -HI" -export EDITOR="vim" +export EDITOR="nvim" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" if [ -f ~/.ssh/agent.env ] ; then @@ -101,4 +102,6 @@ else #ssh-add fi +[ -f ~/.profile ] && source ~/.profile [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[ -f ~/.config/broot/launcher/bash/br ] && source ~/.config/broot/launcher/bash/br |