colors
parent
b18d15a62c
commit
b34000fec1
|
@ -192,7 +192,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.fish.interactiveShellInit = ''
|
programs.fish.interactiveShellInit = ''
|
||||||
set -g fish_greeting "(づ ̄ ³ ̄)づ hello (づ ̄ ³ ̄)づ"
|
set -g fish_greeting (set_color blue)"(づ ̄ ³ ̄)づ "(set_color red)"h"(set_color cyan)"e"(set_color yellow)"l"(set_color magenta)"l"(set_color green)"o "(set_color blue)"(づ ̄ ³ ̄)づ"(set_color normal)
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
set VIRTUAL_ENV_DISABLE_PROMPT true
|
set VIRTUAL_ENV_DISABLE_PROMPT true
|
||||||
bind -M insert ! __history_previous_command
|
bind -M insert ! __history_previous_command
|
||||||
|
|
Loading…
Reference in New Issue