···44#make neovim default vim
55export EDITOR="nvim"
66alias vim=nvim
77+#This is a great way of always being sure that the ipython instance always belongs to the virtualenv's python version.
88+alias ipy="python -c 'import IPython; IPython.terminal.ipapp.launch_new_instance()'"
79810# show hidden files by default
911alias ll='ls -la'
+1
zsh/configs.shrc
···2020# fzf search
2121[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
22222323+2324#on slow internet connection brew update takes ages. Disabling it per default here
2425export HOMEBREW_NO_AUTO_UPDATE=1
2526
+2
zsh/paths.shrc
···3636# alias hstart="/usr/local/Cellar/hadoop/3.2.1/sbin/start-all.sh"
3737# alias hstop="/usr/local/Cellar/hadoop/3.2.1/sbin/stop-all.sh"
38383939+#ruby
4040+export GEM_HOME="$HOME/.gem"