summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-11-23 13:27:07 -0800
committerFranck Cuny <fcuny@twitter.com>2019-11-23 13:27:07 -0800
commit01f5a2e1610e900e33016871d6439d2fc5b65d81 (patch)
tree8412a6cd03d1b8e0e84df69883406b443ba2a7bf /zshenv
parent[elfeed] adding one more site. (diff)
downloademacs.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 'zshenv')
-rw-r--r--zshenv4
1 files changed, 0 insertions, 4 deletions
diff --git a/zshenv b/zshenv
index 7b988b1..cefa3c7 100644
--- a/zshenv
+++ b/zshenv
@@ -6,8 +6,6 @@ export PAGER="less"
 export TZ=America/Los_Angeles
 export GOPATH="${HOME}/workspace/go"
 
-export PROMPT="%1/ %# "
-
 alias cp="cp -i"
 alias l="ls"
 alias la="ls -a"
@@ -17,8 +15,6 @@ alias mv="mv -i"
 alias rm="rm -i"
 alias add="arc diff --draft"
 
-# export PATH="${GOPATH}/bin:$PATH"
-
 # finally, build the path and source a few files
 __add_to_path_if_exists() {
   [ -d "$1" ] && export PATH="$1:$PATH"