some changes
This commit is contained in:
parent
332b24720d
commit
782e74775b
6 changed files with 12 additions and 4 deletions
|
@ -8,4 +8,5 @@ if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
|
|||
|
||||
end
|
||||
|
||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
thefuck --alias | source
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue