diff options
author | Amin Bandali <me@aminb.org> | 2014-11-22 11:21:49 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-22 11:21:49 -0500 |
commit | c8186be324c06a08a718de5754769f04a15f2ea8 (patch) | |
tree | 67a3b726b2a9f6cad7033711eae497459c2c0526 /zsh/.zprofile | |
parent | d760033f89f7284473895b207e1e36b2f934e8b8 (diff) | |
download | configs-c8186be324c06a08a718de5754769f04a15f2ea8.tar.gz configs-c8186be324c06a08a718de5754769f04a15f2ea8.tar.xz configs-c8186be324c06a08a718de5754769f04a15f2ea8.zip |
delete zsh configs (will be using prezto)
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile deleted file mode 100644 index f64674a..0000000 --- a/zsh/.zprofile +++ /dev/null @@ -1,4 +0,0 @@ - -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx - - |