diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 10 | 
1 files changed, 1 insertions, 9 deletions
| @@ -83,13 +83,8 @@ bindkey "^[[B" history-search-forward  bindkey "^r" history-incremental-search-backward  alias ls="ls --color=auto" -alias py="python" -alias rb="ruby" -alias hd="hexdump -C" -alias flux="xflux -l 49 -g 9" +alias el="exa --color=auto --long" -# Python's virtualenvwrapper -export WORKON_HOME="~/Code/PyEnvs"  export EDITOR="vim"  export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" @@ -106,7 +101,4 @@ else      #ssh-add  fi -source /usr/bin/virtualenvwrapper.sh -source /home/daniel/.profile -  [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 
