dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit 0c6652c04a0b7bec75702105d04fe32ece87e94b
parent 54782747f3a38837aeb06e52a4b65b59ef424082
Author: gearsix <gearsix@tuta.io>
Date:   Thu, 19 Aug 2021 15:10:47 +0100

Merge branch 'master' of https://notabug.org/gearsix/dotfiles

Diffstat:
Msrc/bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bashrc b/src/bashrc @@ -32,7 +32,7 @@ # 1 ALIASES # #-----------# #1.A MISC - alias myip='curl https://ipinfo.io/ip;printf "\n"' + alias myip='curl https://ipinfo.io/ip;echo ""' 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$//'\'')"' alias mapscii='telnet mapscii.me' alias parrot.live='curl parrot.live'