summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-30 01:09:02 -0700
committerxyz <gky44px1999@gmail.com>2021-10-30 01:09:02 -0700
commit97f7f13fc9a46fbe0fad3b3607c712225f3945cb (patch)
tree916318ab9290ca303591486f26107cc7a3ad1ba5 /home/xyz/.bashrc
parent6519d0e0cb97b408dfd846a7f271d2030c12764b (diff)
refactor
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 7706e106..0d3f7ece 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -48,6 +48,7 @@ alias tree='tree -a'
# /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md
alias ap='sudo ampy -p /dev/ttyACM0'
alias c=cd
+alias f=cfg
alias g=git
alias l='ls -lAh --color=auto --group-directories-first'
alias s='sudo ' # https://askubuntu.com/a/22043