mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
||||
# alias history='fc -l 1'
|
||||
alias his = 'fc -l 1'
|
||||
alias his='fc -l 1'
|
||||
|
||||
# List direcory contents
|
||||
alias lsa='ls -lah'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue