Bloop some blops
This commit is contained in:
parent
67fe0be22f
commit
4cfc692186
9
htoprc
9
htoprc
@ -1,6 +1,5 @@
|
||||
# Beware! This file is rewritten every time htop exits.
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
# (I know, it's in the todo list).
|
||||
fields=0 48 17 18 38 39 40 22 2 33 46 47 49 16 1
|
||||
sort_key=46
|
||||
sort_direction=1
|
||||
@ -9,12 +8,16 @@ hide_kernel_threads=1
|
||||
hide_userland_threads=1
|
||||
shadow_other_users=0
|
||||
show_thread_names=0
|
||||
show_program_path=1
|
||||
highlight_base_name=1
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=1
|
||||
tree_view=0
|
||||
header_margin=1
|
||||
detailed_cpu_time=1
|
||||
cpu_count_from_zero=0
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
color_scheme=5
|
||||
delay=15
|
||||
left_meters=AllCPUs CPU Memory Swap
|
||||
|
3
zshrc
3
zshrc
@ -81,6 +81,7 @@ bindkey '^R' history-incremental-search-backward
|
||||
path=(
|
||||
$HOME/bin
|
||||
$HOME/go/bin
|
||||
$HOME/.local/bin
|
||||
$HOME/.rbenv/bin
|
||||
$HOME/.rbenv/shims
|
||||
$HOME/.phpenv/bin
|
||||
@ -106,7 +107,7 @@ if which phpenv >/dev/null; then
|
||||
eval "$(phpenv init - 2>/dev/null)"
|
||||
fi
|
||||
|
||||
eval "$(gimme 1.9)" 2>/dev/null
|
||||
eval "$(gimme 1.9.2)" 2>/dev/null
|
||||
export GOPATH="$HOME/go"
|
||||
|
||||
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"
|
||||
|
Loading…
Reference in New Issue
Block a user