From 62c99844959d8d731a817ab36884a68b68f64c28 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 28 Mar 2024 21:02:31 +0100 Subject: add et/br to zshrc --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3