From: Amin Bandali Date: Sat, 22 Nov 2014 16:21:49 +0000 (-0500) Subject: delete zsh configs (will be using prezto) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/c8186be324c06a08a718de5754769f04a15f2ea8?ds=sidebyside;hp=d760033f89f7284473895b207e1e36b2f934e8b8 delete zsh configs (will be using prezto) --- 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 -