Skip to content

Commit

Permalink
refactor(nix): follows naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 25, 2024
1 parent 75b5893 commit 90c34c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/_pure_prompt_nixdevshell.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function _pure_prompt_nixdevshell \
and test -n "$IN_NIX_SHELL"

set --local prefix (_pure_set_color $pure_color_nixdevshell_prefix)$pure_symbol_nixdevshell_prefix
set --local _status (_pure_set_color $pure_color_nixdevshell_status)$IN_NIX_SHELL
set --local symbol (_pure_set_color $pure_color_nixdevshell_status)$IN_NIX_SHELL

echo "$prefix$_status"
echo "$prefix$symbol"
end
end

0 comments on commit 90c34c6

Please sign in to comment.