updates colors for fish
This commit is contained in:
parent
2911f2f066
commit
a39835c690
2 changed files with 3 additions and 21 deletions
|
|
@ -96,6 +96,7 @@
|
|||
end
|
||||
'';
|
||||
fish_greeting = "fortune -a";
|
||||
fish_prompt = '''';
|
||||
resize_images = ''
|
||||
# Resize all JPG images in the current directory and its subdirectories
|
||||
# Usage: resize_images [percentage]
|
||||
|
|
@ -144,7 +145,8 @@
|
|||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
fish_config theme choose modus-vivendi-tinted
|
||||
set -Ux fish_color_user 6ae4b9
|
||||
set -Ux fish_color_cwd b6a0ff
|
||||
|
||||
set hn (prompt_hostname)
|
||||
set fish_cursor_default block blink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue