Skip to content

Commit

Permalink
prevent zsh from globbing on #
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Oct 17, 2024
1 parent 7d590b4 commit 3cd05d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/modules/shell/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# Show nix-shell in right prompt
local snowflake=''
[[ ! -z "$IN_NIX_SHELL" ]] && RPROMPT="%F{blue}$IN_NIX_SHELL $snowflake $NIX_SHELL_PACKAGES"

# Don't do shit with the # in flake commmands
unsetopt nomatch

0 comments on commit 3cd05d7

Please sign in to comment.