diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1bdc6e7..b9e2b1e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -11,7 +11,7 @@ let g:airline_powerline_fonts = 1 " Fonts and encoding -set guifont=Inconsolata\ for\ Powerline:h14 " set font +set guifont=Inconsolata\ for\ Powerline\ 14 " set font set encoding=utf8 " set encoding to utf8 " Tabs-stop diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1bdc6e7..b9e2b1e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -11,7 +11,7 @@ let g:airline_powerline_fonts = 1 " Fonts and encoding -set guifont=Inconsolata\ for\ Powerline:h14 " set font +set guifont=Inconsolata\ for\ Powerline\ 14 " set font set encoding=utf8 " set encoding to utf8 " Tabs-stop diff --git a/zsh/exports.zsh b/zsh/exports.zsh index abc1eb3..e35d195 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -19,7 +19,6 @@ export KEYTIMEOUT=1 export ANDROID_HOME=/usr/local/opt/android-sdk -export JAVA_HOME=$(/usr/libexec/java_home) export HOMEBREW_GITHUB_API_TOKEN=f209cb9c35c725a43a63e89abf23489b4da3a892 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1bdc6e7..b9e2b1e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -11,7 +11,7 @@ let g:airline_powerline_fonts = 1 " Fonts and encoding -set guifont=Inconsolata\ for\ Powerline:h14 " set font +set guifont=Inconsolata\ for\ Powerline\ 14 " set font set encoding=utf8 " set encoding to utf8 " Tabs-stop diff --git a/zsh/exports.zsh b/zsh/exports.zsh index abc1eb3..e35d195 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -19,7 +19,6 @@ export KEYTIMEOUT=1 export ANDROID_HOME=/usr/local/opt/android-sdk -export JAVA_HOME=$(/usr/libexec/java_home) export HOMEBREW_GITHUB_API_TOKEN=f209cb9c35c725a43a63e89abf23489b4da3a892 diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index e6fb62d..e4b843e 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -6,9 +6,6 @@ export DOTFILES=$HOME/.dotfiles export ZSH=$DOTFILES/zsh -# Source iTerm shell-integration -source ~/.iterm2_shell_integration.`basename $SHELL` - # Source config-files for config ($ZSH/**/*.zsh) source $config @@ -69,5 +66,3 @@ # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' -eval "$(jenv init -)" -