diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-17 00:05:01 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-17 00:05:01 -0700 |
commit | a2690f9eebfd3b9118203a548c4eeccf6b78f7d5 (patch) | |
tree | 6e466150f4f001aadcb55cd8835dcb7940306be8 /.bashrc | |
parent | f40125600954f2a1e059c82d1a10a33a6d8067d6 (diff) |
combine cfgx to cfg, add chmod feature to cfg, update cfgx to cfg in scripts
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |