Revert "add ccat alias"

This reverts commit 99474e6792.

Accidentally committed unwanted changes.
This commit is contained in:
John Bowdre 2023-02-20 10:50:35 -06:00
parent 99474e6792
commit b964d6a3ff

View file

@ -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