Skip to content
Snippets Groups Projects
93-patch-oh-my-zsh-prompt.zsh 68 B
Newer Older
Nigel Kukard's avatar
Nigel Kukard committed
# Patch %d in prompt to %~
PS1=$(echo "$PS1" | sed -e 's/%d/%4~/')