Skip to content

Commit

Permalink
go update, htop stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BytewaveMLP committed Mar 3, 2018
1 parent 72c732a commit 161b42c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .config/htop/htoprc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
Expand All @@ -20,7 +20,7 @@ update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
delay=15
left_meters=Hostname LeftCPUs CPU Memory Swap
left_meter_modes=2 1 1 1 1
right_meters=Blank RightCPUs Tasks LoadAverage Uptime
right_meter_modes=2 1 2 2 2
left_meters=Hostname LeftCPUs CPU Memory Swap
left_meter_modes=2 1 1 1 1
right_meters=Blank RightCPUs Tasks LoadAverage Uptime
right_meter_modes=2 1 2 2 2
4 changes: 3 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export PAGER="less"

eval $(luarocks path --bin)

export PATH="$HOME/bin:$PATH"
export GOPATH="$(go env GOPATH)"

export PATH="$HOME/bin:$GOPATH/bin:$PATH"

npm-exec () {
(PATH=$(npm bin):$PATH; eval "$@")
Expand Down

0 comments on commit 161b42c

Please sign in to comment.