aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/bashrc-laurent-public5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/bashrc-laurent-public b/conf/bashrc-laurent-public
index de8d30a..63845f6 100644
--- a/conf/bashrc-laurent-public
+++ b/conf/bashrc-laurent-public
@@ -71,9 +71,10 @@ alias usee='vim ~/perso/USEFULL_COMMANDS'
alias xbindkeys-reload="pkill xbindkeys; xbindkeys"
alias tn='tmux new-session -s'
alias ta='tmux attach'
+alias pabeep='paplay /usr/share/sounds/gnome/default/alerts/bark.ogg'
function now() { while read line; do echo -e "`date ${1:++"$1"}` $line"; done }
-function loop() { time=$1; shift; while :; do echo $@; eval $@; sleep $time; done }
-function loop_false() { time=$1; shift; while :; do echo $@; eval $@ && break; sleep $time; done }
+function loop() { time=$1; shift; while :; do echo $@; eval $@; sleep $time; done; pabeep; }
+function loop_false() { time=$1; shift; while :; do echo $@; eval $@ && break; sleep $time; done; pabeep; }
alias pingg='ping google.com'
alias pingx='ping 8.8.8.8'