From 3e538c007fb8e024061e50a0e7e21e34da629643 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 22 Aug 2019 15:27:20 +0200 Subject: [PATCH] Add fzf marks and some aliases to zsh --- zsh/.zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b9eded7..d939444 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -32,6 +32,7 @@ antigen bundle go # antigen bundle tmuxinator antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-autosuggestions +antigen bundle urbainvaes/fzf-marks # For SSH, starting ssh-agent is annoying antigen bundle ssh-agent @@ -43,10 +44,13 @@ antigen bundle virtualenv antigen bundle virtualenv +antigen bundle "greymd/docker-zsh-completion" + antigen apply alias vim=nvim +alias sudo='sudo ' export EDITOR='nvim' -export PATH="/usr/local/opt/gnu-getopt/bin:$PATH" +alias ls="ls --color=always" test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"