zsh: aliases - l now means ls and light means smart plug

This commit is contained in:
PowerUser64 2021-10-26 21:17:27 -07:00
parent abf0a1bdc6
commit 15b2d798c9

3
.zshrc
View file

@ -143,10 +143,11 @@
# smart plug things
SMART_PLUG_IP='192.168.1.250'
alias l='tplink_smartplug.py -t $SMART_PLUG_IP -c'
alias light='tplink_smartplug.py -t $SMART_PLUG_IP -c'
# Common ls aliases
alias \
l=ls \
la='ls -ah' \
ll='ls -lh' \
lla='ls -lah' \