mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Implement deletion of sl alias as per #3055
This commit is contained in:
@@ -27,7 +27,6 @@ alias lsa='ls -lah'
|
|||||||
alias l='ls -la'
|
alias l='ls -la'
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
alias la='ls -lA'
|
alias la='ls -lA'
|
||||||
alias sl=ls # often screw this up
|
|
||||||
|
|
||||||
# Push and pop directories on directory stack
|
# Push and pop directories on directory stack
|
||||||
alias pu='pushd'
|
alias pu='pushd'
|
||||||
|
|||||||
Reference in New Issue
Block a user