This commit is contained in:
Sergey 2022-03-18 15:44:38 +04:00
parent 9d32b2fbfd
commit cfaab76060
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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