Don't always show ls in long form
This commit is contained in:
parent
5197e15006
commit
b024625a88
2 changed files with 4 additions and 2 deletions
2
.aliases
2
.aliases
|
@ -15,7 +15,7 @@ alias gh="git hist"
|
|||
alias grm="git rm"
|
||||
alias gs="git status"
|
||||
alias l="ls"
|
||||
alias ls="ls -lv --human-readable --color=auto"
|
||||
alias ll="ls -lv --human-readable --color=auto"
|
||||
alias mw="mux work"
|
||||
alias s="cd ~/Source"
|
||||
alias t="tmux"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
* Auto start tmux
|
||||
* * if [[ $STY = '' ]] then mux work; fi
|
||||
* insert-sudo function return to end of line
|
||||
|
||||
* git checkout bind
|
||||
* vi mode on command line
|
||||
* * set -o vi
|
||||
|
|
Loading…
Reference in a new issue