diff --git a/config/htop/htoprc b/config/htop/htoprc index 9d8a8cb..5214022 100644 --- a/config/htop/htoprc +++ b/config/htop/htoprc @@ -5,8 +5,8 @@ config_reader_min_version=2 fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=-1 -tree_sort_key=47 -tree_sort_direction=-1 +tree_sort_key=46 +tree_sort_direction=1 hide_kernel_threads=0 hide_userland_threads=0 shadow_other_users=1 @@ -21,7 +21,7 @@ highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=0 -tree_view=1 +tree_view=0 tree_view_always_by_pid=0 all_branches_collapsed=0 header_margin=1 diff --git a/profile b/profile index d92e2b6..967396a 100644 --- a/profile +++ b/profile @@ -64,3 +64,8 @@ fi if [ -d $HOME/.nimble/bin ] ; then export PATH="$HOME/.nimble/bin:$PATH" fi + +if [ -d $HOME/.nvm ] ; then + export NVM_DIR="$HOME/.nvm" + [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +fi