summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0836921..84d503a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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