Editing sxhkdrc keybindings.

This commit is contained in:
Derek Taylor
2019-08-22 16:54:55 -05:00
parent f8b533cab6
commit cf9fa6c47c
2 changed files with 5 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ if ${use_color} ; then
PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '
fi
alias ls='ls --color=auto'
alias ls='ls -lah'
alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'