some changes

This commit is contained in:
qvalentin 2021-12-23 14:13:42 +01:00
parent 332b24720d
commit 782e74775b
6 changed files with 12 additions and 4 deletions

View file

@ -8,4 +8,5 @@ if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
end
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
thefuck --alias | source

View file

@ -6,7 +6,8 @@ function fish_prompt --description 'Write out the prompt'
# Color the prompt differently when we're root
set -l color_cwd $fish_color_cwd
set -l prefix
set -l suffix 'λ'
#set -l suffix 'λ'
set -l suffix "⋊>"
if contains -- $USER root toor
if set -q fish_color_cwd_root
set color_cwd $fish_color_cwd_root