summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-01-26 22:39:24 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-01-26 22:39:24 -0800
commit45c4104b9f36c06072020cc401a2e9e3ce3c6f40 (patch)
tree93fb649aba2d0808ecba09052f9335144ca12499 /home/xyz/.bashrc
parent12faf0a6946f27353368a7b03c87277f95497119 (diff)
new aliases
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 499b3d29..b003f9ec 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -62,6 +62,7 @@ alias watch='watch -c '
# different name
# /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md
+alias a=alarm
alias ap='ampy -p /dev/ttyACM0'
alias b='lsblk -o NAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSED,FSUSE%,MOUNTPOINTS'
alias c=cfg
@@ -71,6 +72,8 @@ alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h"
alias g=git
alias gr='\grep --color=auto -i'
alias grr='\grep --color=auto -iIR'
+alias h=htop
+alias i=nsxiv
alias l='\ls --color=auto -A --group-directories-first'
alias ll='\ls --color=auto -lAh --group-directories-first'
alias lpp='loop ping 1.1.1.1'