aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-01-05 11:40:00 -0300
committerEuAndreh <eu@euandre.org>2026-01-05 11:40:00 -0300
commit4e20e4e9fcadb427815af2d8ec9665e3de76390e (patch)
treef944833cc9a69a13fba8ac915b14d139ca2585cc
parentetc/guix/home.scm: Add "astyle" package (diff)
downloaddotfiles-4e20e4e9fcadb427815af2d8ec9665e3de76390e.tar.gz
dotfiles-4e20e4e9fcadb427815af2d8ec9665e3de76390e.tar.xz
etc/sh/rc: Change `p` from alias into standalone "bin/p"
-rwxr-xr-xbin/p4
-rw-r--r--etc/sh/rc1
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/p b/bin/p
new file mode 100755
index 0000000..6943969
--- /dev/null
+++ b/bin/p
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -euo pipefail
+
+exec boop untill ping -c3 euandre.org
diff --git a/etc/sh/rc b/etc/sh/rc
index 173b965..0d9f8cb 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -197,7 +197,6 @@ PATH="/run/setuid-programs:/run/wrappers/bin:$XDG_PREFIX/bin:$PREFIX/bin:$PATH"
unalias -a
-alias p='ping euandre.org -c 3'
alias o='open'
alias mm='msmtp-queue -r'
alias s='vcs status'