Added thefuck, updated htop and profile

This commit is contained in:
Logan G 2020-08-31 18:59:06 -06:00
parent 2c966da904
commit 004b6a133b
Signed by: logan
GPG key ID: E328528C921E7A7A
4 changed files with 14 additions and 5 deletions

View file

@ -22,11 +22,14 @@ alias memepv='mpv --vo=tct --profile=sw-fast'
alias sw='swallow'
export EDITOR=vim
export PATH=$PATH:~/.local/bin
complete -cf sudo
complete -cf swallow
complete -cf sw
eval "$(thefuck --alias)"
PS1="[\\u@\\h: \\w]\$ "
#PS1="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ "
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh

View file

@ -0,0 +1 @@
file:///home/logan/Nextcloud

View file

@ -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 2 46 47 39 109 110 49 1
sort_key=47
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
@ -16,11 +16,15 @@ tree_view=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
show_cpu_usage=1
show_cpu_frequency=0
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
enable_mouse=1
delay=15
left_meters=LeftCPUs2 Memory Swap
left_meter_modes=1 1 1
right_meters=RightCPUs2 Tasks LoadAverage Uptime
right_meter_modes=1 2 2 2
left_meters=LeftCPUs4 CPU Blank Memory Swap
left_meter_modes=1 1 2 1 1
right_meters=RightCPUs4 Blank Hostname LoadAverage Tasks Uptime
right_meter_modes=1 2 2 2 2 2
vim_mode=0

View file

@ -1,2 +1,3 @@
export QT_QPA_PLATFORMTHEME=qt5ct
export TERMINAL=alacritty
export PATH=$PATH:~/.local/bin