Large update

This commit is contained in:
2020-07-06 18:00:10 +02:00
parent c089d7fca8
commit 683b6320e7
14 changed files with 825 additions and 11 deletions

4
.zshrc
View File

@@ -26,10 +26,8 @@ plugins=(
zsh-syntax-highlighting
)
export JAVA_HOME=/usr/lib/jvm/$(archlinux-java get)
export GDK_BACKEND=x11
source $ZSH/oh-my-zsh.sh
bindkey '^R' history-incremental-pattern-search-backward
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases