mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
This is fixing a stupid typo in declaring an alias
This commit is contained in:
parent
9029adb9c6
commit
6ca2979116
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ alias please='sudo'
|
||||||
|
|
||||||
# Show history
|
# Show history
|
||||||
# alias history='fc -l 1'
|
# alias history='fc -l 1'
|
||||||
alias his = 'fc -l 1'
|
alias his='fc -l 1'
|
||||||
|
|
||||||
# List direcory contents
|
# List direcory contents
|
||||||
alias lsa='ls -lah'
|
alias lsa='ls -lah'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue