Enable transience for starship with fish
This commit is contained in:
parent
cacda98abb
commit
3be5139c66
|
@ -33,10 +33,7 @@
|
|||
programs = {
|
||||
bash.enable = true;
|
||||
nushell.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = "enable_transience";
|
||||
};
|
||||
fish.enable = true;
|
||||
zsh.initExtra = ''
|
||||
xdg-query-program () {
|
||||
FILETYPE=$(xdg-mime query filetype $@)
|
||||
|
@ -161,12 +158,13 @@
|
|||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableTransience = true;
|
||||
settings = {
|
||||
command_timeout = 1000;
|
||||
add_newline = true;
|
||||
character = {
|
||||
success_symbol = "[➜](bold green)";
|
||||
error_symbol = "[✗](bold red)";
|
||||
success_symbol = "[❯](bold green)";
|
||||
error_symbol = "[❯](bold red)";
|
||||
};
|
||||
directory = {
|
||||
truncation_length = 2;
|
||||
|
|
Loading…
Reference in a new issue