mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-21 21:30:09 +00:00
Implement deletion of sl alias as per #3055
This commit is contained in:
parent
4b4292a496
commit
51946eb3ce
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ alias lsa='ls -lah'
|
|||
alias l='ls -la'
|
||||
alias ll='ls -l'
|
||||
alias la='ls -lA'
|
||||
alias sl=ls # often screw this up
|
||||
|
||||
# Push and pop directories on directory stack
|
||||
alias pu='pushd'
|
||||
|
|
Loading…
Reference in a new issue