added bash.it alias
added bash.it alias for times when the dash key is just too far awaypull/308/head
parent
c9c4b6ca3d
commit
23bd03a7ce
|
|
@ -1,6 +1,9 @@
|
||||||
cite about-alias
|
cite about-alias
|
||||||
about-alias 'general aliases'
|
about-alias 'general aliases'
|
||||||
|
|
||||||
|
# bash.it alias
|
||||||
|
alias bash.it='bash-it'
|
||||||
|
|
||||||
# List directory contents
|
# List directory contents
|
||||||
alias sl=ls
|
alias sl=ls
|
||||||
alias ls='ls -G' # Compact view, show colors
|
alias ls='ls -G' # Compact view, show colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue