new installation setup
[~bandali/configs] / zsh / .zshrc
1 # Base16 Shell
2 #BASE16_SCHEME="thewildhunt"
3 #BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh"
4 #[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
5
6 PATH="$HOME/.local/bin:$PATH"
7 #PATH="`ruby -e 'print Gem.user_dir'`/bin:$PATH"
8 PATH="/opt/android-sdk/platform-tools:$PATH"
9 #source ~/.profile
10
11 # take
12 function take() {
13 mkdir -p $1
14 cd $1
15 }
16
17 function y() {
18 cd ~/music
19 youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 $1
20 }
21
22 #eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) ; export GPG_AGENT_INFO SSH_AUTH_SOCK
23