Added headscale autocompletion
This commit is contained in:
parent
bf23eb19ec
commit
2b68762d13
1 changed files with 3 additions and 6 deletions
9
.bashrc
9
.bashrc
|
@ -62,7 +62,6 @@ esac
|
|||
# enable color support of ls and also add handy aliases
|
||||
if [ -x /usr/bin/dircolors ]; then
|
||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||
#alias ls='ls --color=auto'
|
||||
#alias dir='dir --color=auto'
|
||||
#alias vdir='vdir --color=auto'
|
||||
|
||||
|
@ -74,11 +73,6 @@ fi
|
|||
# colored GCC warnings and errors
|
||||
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
||||
# some more ls aliases
|
||||
#alias ll='ls -alF'
|
||||
#alias la='ls -A'
|
||||
#alias l='ls -CF'
|
||||
|
||||
# Add an "alert" alias for long running commands. Use like so:
|
||||
# sleep 10; alert
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
|
@ -112,3 +106,6 @@ if [ -f ~/.bash-fzfrc ] ; then
|
|||
. ~/.bash-fzfrc
|
||||
fi
|
||||
|
||||
if [ -f ~/.autoheadscale ] ; then
|
||||
. ~/.autoheadscale
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue