diff --git a/bashrc b/bashrc index ea5383e..d2cd398 100644 --- a/bashrc +++ b/bashrc @@ -31,7 +31,7 @@ export ARDMK_VENDOR=archlinux-arduino # ALIASES # Completion for existing commands -export LS_OPTIONS='--group-directories-first --time-style=+"%d/%m/%Y %H:%M:%S" --color=auto --classify --human-readable' +export LS_OPTIONS='--group-directories-first --time-style=+"%d/%m/%Y %H:%M:%S" --color=auto --file-type --human-readable' alias ls="ls $LS_OPTIONS" alias grep='grep --color=tty -d skip' alias mkdir='mkdir -v' diff --git a/config/htop/htoprc b/config/htop/htoprc index c731a6d..5ac1cb1 100644 --- a/config/htop/htoprc +++ b/config/htop/htoprc @@ -1,7 +1,7 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=46 +sort_key=47 sort_direction=1 hide_threads=0 hide_kernel_threads=1