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 | |
parent | d760033f89f7284473895b207e1e36b2f934e8b8 (diff) | |
download | configs-c8186be324c06a08a718de5754769f04a15f2ea8.tar.gz configs-c8186be324c06a08a718de5754769f04a15f2ea8.tar.xz configs-c8186be324c06a08a718de5754769f04a15f2ea8.zip |
delete zsh configs (will be using prezto)
-rw-r--r-- | zsh/.zprofile | 4 | ||||
-rw-r--r-- | zsh/.zshrc | 23 |
2 files changed, 0 insertions, 27 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 - - diff --git a/zsh/.zshrc b/zsh/.zshrc deleted file mode 100644 index ec92298..0000000 --- a/zsh/.zshrc +++ /dev/null @@ -1,23 +0,0 @@ -# Base16 Shell -#BASE16_SCHEME="thewildhunt" -#BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh" -#[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL - -PATH="$HOME/.local/bin:$PATH" -#PATH="`ruby -e 'print Gem.user_dir'`/bin:$PATH" -PATH="/opt/android-sdk/platform-tools:$PATH" -#source ~/.profile - -# take -function take() { - mkdir -p $1 - cd $1 -} - -function y() { - cd ~/music - youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 $1 -} - -#eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) ; export GPG_AGENT_INFO SSH_AUTH_SOCK - |