mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
Revert "add ccat alias"
This reverts commit 99474e6792
.
Accidentally committed unwanted changes.
This commit is contained in:
parent
99474e6792
commit
b964d6a3ff
1 changed files with 0 additions and 4 deletions
|
@ -15,7 +15,6 @@ alias sshpass="ssh -o PubkeyAuthentication=no"
|
||||||
alias scppass="scp -o PubkeyAuthentication=no"
|
alias scppass="scp -o PubkeyAuthentication=no"
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
alias ll="ls -la"
|
alias ll="ls -la"
|
||||||
alias ccat='egrep -v "^\s*(#|$)"'
|
|
||||||
|
|
||||||
# Import local prefs from ~/.zshlocal, if present
|
# Import local prefs from ~/.zshlocal, if present
|
||||||
if [ -f $HOME/.zshlocal ]; then
|
if [ -f $HOME/.zshlocal ]; then
|
||||||
|
@ -30,6 +29,3 @@ fi
|
||||||
if type mcfly > /dev/null; then
|
if type mcfly > /dev/null; then
|
||||||
eval "$(mcfly init zsh)"
|
eval "$(mcfly init zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autoload -U +X bashcompinit && bashcompinit
|
|
||||||
complete -o nospace -C /usr/bin/vault vault
|
|
||||||
|
|
Loading…
Reference in a new issue