From c8186be324c06a08a718de5754769f04a15f2ea8 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 22 Nov 2014 11:21:49 -0500 Subject: [PATCH] delete zsh configs (will be using prezto) --- zsh/.zprofile | 4 ---- zsh/.zshrc | 23 ----------------------- 2 files changed, 27 deletions(-) delete mode 100644 zsh/.zprofile delete mode 100644 zsh/.zshrc 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 - -- 2.20.1