summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-17 00:05:01 -0700
committerxyz <gky44px1999@gmail.com>2021-10-17 00:05:01 -0700
commita2690f9eebfd3b9118203a548c4eeccf6b78f7d5 (patch)
tree6e466150f4f001aadcb55cd8835dcb7940306be8 /.bashrc
parentf40125600954f2a1e059c82d1a10a33a6d8067d6 (diff)
combine cfgx to cfg, add chmod feature to cfg, update cfgx to cfg in scripts
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a95f46ed..dadeefd4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,6 +38,7 @@ alias sdcv='sdcv --color'
# /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='cfg'
alias g=git
alias ll='ls -lAh --color=auto --group-directories-first'
alias s='sudo ' # https://askubuntu.com/a/22043