···60606161#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
6262#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
6363-proc_sorting = "memory"
6363+proc_sorting = "name"
64646565#* Reverse sorting order, True or False.
6666proc_reversed = false
+2-1
.config/fish/config.fish
···3131 command -q starship; and starship init fish | source
32323333 # ๎น Load scripts
3434- for fish_sh in $__fish_config_dir/shell/*.fish
3434+ set -l INIT "$__fish_config_dir/init"
3535+ for fish_sh in $INIT/*.fish
3536 source $fish_sh
3637 end
3738