fixes theme
This commit is contained in:
parent
82e3a06e76
commit
7a9c9910f2
2 changed files with 34 additions and 34 deletions
|
|
@ -144,7 +144,7 @@
|
|||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
fish_config theme choose "modus-vivendi-tinted"
|
||||
fish_config theme choose modus-vivendi-tinted
|
||||
|
||||
set hn (prompt_hostname)
|
||||
set fish_cursor_default block blink
|
||||
|
|
@ -165,6 +165,9 @@
|
|||
zoxide init fish | source
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
rbenv init - | source
|
||||
|
||||
# Temporary fix because of https://github.com/atuinsh/atuin/issues/2803
|
||||
atuin init fish | sed 's/-k up/up/' | source
|
||||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue