diff options
author | Julian <julianteule@gmail.com> | 2017-08-29 18:22:29 +0200 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-08-29 18:22:29 +0200 |
commit | df9c7de02dae3a7ad690aa79450866a4449a4629 (patch) | |
tree | b1c2666784fd47993f99f84a3db4aaf415cbe98f | |
parent | 62380490ada10f2d509e615407486507fcf5a4b9 (diff) |
fdfsa
-rw-r--r-- | .config/htop/htoprc | 26 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 26 insertions, 2 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc new file mode 100644 index 0000000..0d355a4 --- /dev/null +++ b/.config/htop/htoprc @@ -0,0 +1,26 @@ +# 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 6 48 17 18 38 39 40 2 46 47 49 1 +sort_key=48 +sort_direction=1 +hide_threads=0 +hide_kernel_threads=1 +hide_userland_threads=0 +shadow_other_users=0 +show_thread_names=0 +show_program_path=1 +highlight_base_name=0 +highlight_megabytes=1 +highlight_threads=1 +tree_view=0 +header_margin=1 +detailed_cpu_time=0 +cpu_count_from_zero=0 +update_process_names=0 +account_guest_in_cpu_meter=0 +color_scheme=5 +delay=15 +left_meters=CPU AllCPUs Blank Memory Swap +left_meter_modes=1 1 2 1 1 +right_meters=Clock Tasks LoadAverage Uptime Hostname Battery +right_meter_modes=2 2 2 2 2 2 @@ -114,10 +114,8 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias python="python3" alias pip="pip3" alias sudo="sudo " -alias update="sudo apt update && sudo apt upgrade" alias emacs="emacsclient -c" alias cmacs="emacsclient -nw -c" alias node="nodejs" -xmodmap -e "keycode 62 = Up" |