Skip to content

Instantly share code, notes, and snippets.

@cole-h
Created April 17, 2020 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cole-h/ef184aad462a64920bf4205521a5112e to your computer and use it in GitHub Desktop.
Save cole-h/ef184aad462a64920bf4205521a5112e to your computer and use it in GitHub Desktop.
set -l nix_shell_info (
if string match -q -- "lorri*" $name
printf "lorri "
else if test -n "$IN_NIX_SHELL"
printf "nix-shell "
end
echo "$"
)
set --global pure_symbol_prompt "$nix_shell_info"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment