summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-28 19:13:31 -0800
committerxyz <gky44px1999@gmail.com>2022-01-28 19:13:31 -0800
commit78234d412b9500cc4c014cf60145ee646620189b (patch)
tree8b450d6eacc73a9810e89422c282c5e480717347 /home
parentdb020ab362729576b8bc2282beb9d2745ef76a9b (diff)
.bashrc, alias d as sdcv
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 1058dbb5..cf8e7ea0 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -61,6 +61,7 @@ alias uname='uname -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=cfg
+alias d='\sdcv --color'
alias g=git
alias l='\ls --color=auto -A --group-directories-first'
alias ll='\ls --color=auto -lAh --group-directories-first'