[zsh] Get rid of pd and pod aliases -- they were conflicting

This commit is contained in:
Eryn Wells 2014-07-04 09:51:40 -07:00
parent 0688612604
commit f5e5a79d09

2
zshrc
View file

@ -139,8 +139,6 @@ function configure_prompt #{{{
function configure_zsh_aliases #{{{
{
print_info -l 3 'Creating ZSH-specific aliases'
alias pd='pushd'
alias pod='popd'
#alias -g nc='netcat'
alias -g lessnw='less -S'