mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Changed default args for history to be more descriptive
This commit is contained in:
parent
8eaeb543d6
commit
0c4889480d
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ alias _='sudo'
|
|||
#alias g='grep -in'
|
||||
|
||||
# Show history
|
||||
alias history='fc -l 1'
|
||||
alias history='fc -Ddil 1'
|
||||
|
||||
# List direcory contents
|
||||
alias lsa='ls -lah'
|
||||
|
|
|
|||
|
|
@ -34,3 +34,4 @@ plugins=(git svn history-substring-search)
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
setopt interactivecomments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue