diff --git a/.zshrc b/.zshrc index ce3f346..9e9abd7 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,7 @@ ZSH_CUSTOM=~/.dotfiles/zsh-settings plugins=( adb aliases + ansible archlinux battery colored-man-pages @@ -100,6 +101,7 @@ plugins=( git git-lfs git-prompt + history-substring-search isodate jump kate @@ -116,6 +118,7 @@ plugins=( ubuntu vscode web-search + you-should-use zsh-autosuggestions zsh-syntax-highlighting ) @@ -256,4 +259,9 @@ alias reboot="askreboot" alias shutdown="askshutdown" alias poweroff="askpoweroff" - +#for android-sdk +export JAVA_HOME='/usr/lib/jvm/java-8-openjdk/jre' +export PATH=$JAVA_HOME/bin:$PATH +export ANDROID_HOME=/opt/android-sdk +export PATH=$PATH:$ANDROID_HOME/tools +export PATH=$PATH:$ANDROID_HOME/platform-tools diff --git a/README.md b/README.md index 5a3b838..1aa6628 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - Arch - - `yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf bpytop` + - `yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf bpytop zsh-you-should-use` - Ubuntu: - `apt install zsh ruby ruby-deb fzf snap` diff --git a/plugins/you-should-use b/plugins/you-should-use new file mode 160000 index 0000000..773ae5f --- /dev/null +++ b/plugins/you-should-use @@ -0,0 +1 @@ +Subproject commit 773ae5f414b296b4100f1ab6668ecffdab795128