diff --git a/.config/htop/htoprc b/.config/htop/htoprc index b9f526d..e98b492 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 @@ -12,7 +12,7 @@ show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 -tree_view=0 +tree_view=1 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 diff --git a/.profile b/.profile index dd550c2..89bbf43 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ if [ ! $? -eq 0 ] ; then fi export LS_OPTIONS='--color=auto' eval "$(dircolors -b ~/.dircolors)" -export PATH=~/scripts:$PATH export EXT_PREFIX=~/external/usr export PATH=$PATH:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin +export PATH=$HOME/.local/bin:$PATH shopt -s histappend