shells/zsh: fix nix store path remover
This commit is contained in:
parent
1cbfff3024
commit
176e0a2c10
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
if [[ "$(basename "$(readlink "/proc/$PPID/exe")")" == ".kitty-wrapped" ]]; then
|
||||
PATH=$(echo "$PATH" | sed 's/\/nix\/store\/[a-zA-Z._0-9-]\+\/bin:\?//g' | sed 's/:$//')
|
||||
PATH=$(echo "$PATH" | sed 's/\/nix\/store\/[a-zA-Z._0-9+-]\+\/bin:\?//g' | sed 's/:$//')
|
||||
fi
|
||||
|
||||
j() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue