This commit is contained in:
Linux User
2022-08-13 18:10:53 +00:00
parent c3bb83fe14
commit 2db42127d0
11 changed files with 71 additions and 12 deletions

View File

@@ -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"