commit 9087c2c2c866420f629f633094acc181e33f7fc8
parent dc17b8bcee9a95c1f47ab835c01c61033a4960ba
Author: Byron Torres <b@torresjrjr.com>
Date: Fri, 26 Feb 2021 12:08:07 +0000
New $FETCH variable
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sh/.rc.sh b/sh/.rc.sh
@@ -4,6 +4,11 @@
# The common POSIX script for interactive shells
+## Env
+
+FETCH="fetch"
+
+
## Aliases
# bulitins
@@ -40,7 +45,7 @@ alias lf='la; tree -L 1'
## Functions
runtime_print() {
- pfetch
+ $FETCH
ls -FAX ; echo
test -d .git && {
git log -1 --oneline --decorate