mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
add ccat alias
This commit is contained in:
parent
12978e9561
commit
99474e6792
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ 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
|
||||||
|
@ -29,3 +30,6 @@ 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