From b964d6a3ff367529030abab38ac7363e38da1ed6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 20 Feb 2023 10:50:35 -0600 Subject: [PATCH] Revert "add ccat alias" This reverts commit 99474e6792aa9cd277aec13490586ad7470aea78. Accidentally committed unwanted changes. --- zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8de4d97..ea94d45 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,7 +15,6 @@ alias sshpass="ssh -o PubkeyAuthentication=no" alias scppass="scp -o PubkeyAuthentication=no" alias k="kubectl" alias ll="ls -la" -alias ccat='egrep -v "^\s*(#|$)"' # Import local prefs from ~/.zshlocal, if present if [ -f $HOME/.zshlocal ]; then @@ -30,6 +29,3 @@ fi if type mcfly > /dev/null; then eval "$(mcfly init zsh)" fi - -autoload -U +X bashcompinit && bashcompinit -complete -o nospace -C /usr/bin/vault vault