Removed x transparency and added lsd alias for listing directories

This commit is contained in:
jon
2018-09-24 18:28:10 -05:00
parent 3c328a107a
commit 2ce929d45d
2 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export LESS='-C -F -M -I -j 5 -R -# 4'
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
alias l='ls -lh --color --time-style=long'
alias ll='ls -lah --color --time-style=long'
alias lsd='l -d */'
alias p='ping'
alias s='sudo'
alias dmesg='dmesg -H'