diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-11-23 13:27:07 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-11-23 13:27:07 -0800 |
commit | 01f5a2e1610e900e33016871d6439d2fc5b65d81 (patch) | |
tree | 8412a6cd03d1b8e0e84df69883406b443ba2a7bf /zshrc | |
parent | [elfeed] adding one more site. (diff) | |
download | emacs.d-01f5a2e1610e900e33016871d6439d2fc5b65d81.tar.gz |
[zsh] cleanup after migrating to OSX Catalina
This used to work on the previous version of OSX, but not anymore. Cleaning up the configuration too, by dropping commented line.
Diffstat (limited to '')
-rw-r--r-- | zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc index 2add721..ce54d98 100644 --- a/zshrc +++ b/zshrc @@ -21,3 +21,5 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l: autoload -U select-word-style select-word-style bash + +export PROMPT="%1/ %# " |