From 01695f21a4a0f16037a071e2c1a840b509933732 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 6 Oct 2020 11:39:01 +0200 Subject: zsh: remove unused aliases --- zsh/.zshrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 2b34035..0836921 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -- cgit v1.2.3