diff --git a/zsh/custom.zsh b/zsh/custom.zsh index f26ca63..cccafdf 100644 --- a/zsh/custom.zsh +++ b/zsh/custom.zsh @@ -26,16 +26,8 @@ HIST_STAMPS="dd.mm.yyyy" COMPLETION_WAITING_DOTS="true" export EDITOR="vim" - -export goschneider="$HOME/go/src/git.webschneider.org" - source $HOME/.dotfiles/zsh/aliases.zsh -# Shell completion for gulp -if hash gulp 2&> /dev/null; then - eval "$(gulp --completion=zsh)" -fi - # fzf settings if type rg > /dev/null; then # Use ripgrep instead of find and exclude .gitignored files