From df9c7de02dae3a7ad690aa79450866a4449a4629 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 29 Aug 2017 18:22:29 +0200 Subject: fdfsa --- .config/htop/htoprc | 26 ++++++++++++++++++++++++++ .zshrc | 2 -- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .config/htop/htoprc 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 diff --git a/.zshrc b/.zshrc index 9d4d80b..b175f10 100644 --- a/.zshrc +++ b/.zshrc @@ -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" -- cgit v1.2.3