mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +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 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
|
||||
|
|
Loading…
Reference in a new issue