Update PROJECT_NAME on cd

This commit is contained in:
2023-04-19 12:06:25 -05:00
parent b7e826b392
commit 9fb4d582ce
4 changed files with 13 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ export HELIX_RUNTIME="$HOME/src/helix/runtime"
export NVM_DIR="$HOME/.nvm"
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
export VISUAL="helix"
export PROJECT_NAME="${PWD##*/}"
fpath+=(~/.zsh/completions)