๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename `shell/` to `init/`

kacaii f6641e4d 80728cfc

+3 -2
+1 -1
.config/btop/btop.conf
··· 60 60 61 61 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", 62 62 #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. 63 - proc_sorting = "memory" 63 + proc_sorting = "name" 64 64 65 65 #* Reverse sorting order, True or False. 66 66 proc_reversed = false
+2 -1
.config/fish/config.fish
··· 31 31 command -q starship; and starship init fish | source 32 32 33 33 # ๎น Load scripts 34 - for fish_sh in $__fish_config_dir/shell/*.fish 34 + set -l INIT "$__fish_config_dir/init" 35 + for fish_sh in $INIT/*.fish 35 36 source $fish_sh 36 37 end 37 38
.config/fish/shell/abbr.fish .config/fish/init/abbr.fish
.config/fish/shell/ensure_path.fish .config/fish/init/ensure_path.fish