shell: improve LS aliases, remove smartplug things
This commit is contained in:
parent
4a684aa31b
commit
2dd3946123
1 changed files with 2 additions and 9 deletions
|
@ -153,19 +153,12 @@ alias rce='reset && clear && exec zsh'
|
|||
# find pretty much any file, quickly
|
||||
alias fds='fd --no-ignore --hidden --exclude /run --exclude /mnt'
|
||||
|
||||
# smart plug things
|
||||
export SMART_PLUG_IP='192.168.1.250'
|
||||
alias \
|
||||
light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \
|
||||
lion='light on' \
|
||||
loff='light off' \
|
||||
|
||||
# Common ls aliases
|
||||
alias \
|
||||
l='ls' \
|
||||
la='ls -Ah' \
|
||||
la='ls -ah' \
|
||||
ll='ls -lh' \
|
||||
lla='ls -lAh' \
|
||||
lla='ls -lah' \
|
||||
# <<<
|
||||
|
||||
# vim:fdm=marker:fmr=>>>,<<<:fdl=1:et:ft=bash:sw=3:ts=3
|
||||
|
|
Loading…
Add table
Reference in a new issue