summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-03-28 21:02:31 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-03-28 21:02:31 +0100
commit62c99844959d8d731a817ab36884a68b68f64c28 (patch)
tree8fec8308e6398c5d14e9fb043edd1f87b4876971 /zsh
parent2eafb3fc0ff9160d378d72124895257b794abcdc (diff)
downloaddotfiles-62c99844959d8d731a817ab36884a68b68f64c28.tar.gz
dotfiles-62c99844959d8d731a817ab36884a68b68f64c28.tar.bz2
dotfiles-62c99844959d8d731a817ab36884a68b68f64c28.zip
add et/br to zshrc
Diffstat (limited to 'zsh')
-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