Browse Source

Using standard .local/bin

termux
Raphael Roberts 7 years ago
parent
commit
de568591e5
  1. 4
      .config/htop/htoprc
  2. 2
      .profile

4
.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

2
.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