set up ranger and 'fixed' ls command

This commit is contained in:
2019-07-04 22:33:48 +02:00
parent a70b7b18a6
commit 907a00cac2
8 changed files with 286 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ alias cmyip='curl -s http://ipecho.net/plain; echo'
## default command fixes :P
alias mkdir='mkdir -p'
alias wget='wget -c'
alias ls='ls --color=auto'
alias ls='ls -l --color=auto'
alias installed='sudo pacman -Qetq'
alias aurinstalled='sudo pacman -Qmq'
alias sudo='sudo '