- commit
- dc2d2f6
- parent
- f0e2e22
- author
- xxwhirlpool
- date
- 2026-03-10 09:54:13 -0400 EDT
bashrc-pc
1 files changed,
+1,
-5
+1,
-5
1@@ -93,10 +93,6 @@ alias ll='ls -alF'
2 alias la='ls -A'
3 alias l='ls -CF'
4
5-# Add an "alert" alias for long running commands. Use like so:
6-# sleep 10; alert
7-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$//'\'')"'
8-
9 # Alias definitions.
10 # You may want to put all your additions into a separate file like
11 # ~/.bash_aliases, instead of adding them here directly.
12@@ -153,7 +149,7 @@ alias gitd="git diff --staged"
13 alias gdiff="gitd"
14 alias gits="git status"
15 alias gita="git add ."
16-alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js"
17+alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js && cd ../../"
18
19 # vpn split tunnel aliases based on a small script @ ~/.local/bin/mvpn
20 alias mftp="mvpn filezilla"