zsh: aliases - l now means ls and light means smart plug
This commit is contained in:
parent
abf0a1bdc6
commit
15b2d798c9
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -143,10 +143,11 @@
|
||||||
|
|
||||||
# smart plug things
|
# smart plug things
|
||||||
SMART_PLUG_IP='192.168.1.250'
|
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
|
# Common ls aliases
|
||||||
alias \
|
alias \
|
||||||
|
l=ls \
|
||||||
la='ls -ah' \
|
la='ls -ah' \
|
||||||
ll='ls -lh' \
|
ll='ls -lh' \
|
||||||
lla='ls -lah' \
|
lla='ls -lah' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue