update
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -168,7 +168,7 @@ alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
alias p3='python3'
|
||||
|
||||
alias apk='sudo apk'
|
||||
# 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$//'\'')"'
|
||||
@@ -194,3 +194,5 @@ if ! shopt -oq posix; then
|
||||
fi
|
||||
|
||||
source ~/.git-prompt.sh
|
||||
|
||||
PATH="$PATH:~/.local/bin"
|
||||
|
||||
Reference in New Issue
Block a user