forked from logan/dotfiles
Added thefuck, updated htop and profile
This commit is contained in:
parent
2c966da904
commit
004b6a133b
4 changed files with 14 additions and 5 deletions
3
.bashrc
3
.bashrc
|
@ -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
|
||||
|
|
1
.config/gtk-3.0/bookmarks
Normal file
1
.config/gtk-3.0/bookmarks
Normal file
|
@ -0,0 +1 @@
|
|||
file:///home/logan/Nextcloud
|
|
@ -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
|
||||
|
|
1
.profile
1
.profile
|
@ -1,2 +1,3 @@
|
|||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export TERMINAL=alacritty
|
||||
export PATH=$PATH:~/.local/bin
|
||||
|
|
Loading…
Reference in a new issue