update to 24.11
This commit is contained in:
parent
1ec2134221
commit
5f23444535
8 changed files with 43 additions and 32 deletions
6
fish.nix
6
fish.nix
|
|
@ -69,10 +69,10 @@
|
|||
set -l statusb_color (set_color $bold_flag $fish_color_status)
|
||||
set -l prompt_status (__fish_print_pipestatus "[" "]" "|" "$status_color" "$statusb_color" $last_pipestatus)
|
||||
|
||||
# direnv status
|
||||
if which direnv >/dev/null
|
||||
# direnv status TODO fix this if condition
|
||||
# if which direnv >/dev/null
|
||||
set -l direnv_status (direnv status | grep -q "Found RC path" && echo " direnv")
|
||||
end
|
||||
# end
|
||||
|
||||
# echo -n -s (prompt_login)' ' (set_color $color_cwd) (prompt_pwd) $normal (fish_vcs_prompt) \
|
||||
echo -n -s (set_color $color_cwd) (prompt_pwd) $normal (fish_vcs_prompt) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue