Browse Source

Renamed bmon alias.

master
Daniel Sissom 5 years ago
parent
commit
c28447683f
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 1 deletions
  1. + 1
    - 1
      zshrc

+ 1
- 1
zshrc

@ -351,7 +351,7 @@ alias batch-unzip='for i in *.zip; do newdir="$i:gs/.zip/"; mkdir "$newdir"; unz
alias scan-flatbed='scanimage --format=tiff --device "brother4:bus4;dev1" --resolution 600 --source FlatBed' alias scan-flatbed='scanimage --format=tiff --device "brother4:bus4;dev1" --resolution 600 --source FlatBed'
alias scan-tray='scanimage --format=tiff --device "brother4:bus4;dev1" --resolution 600' alias scan-tray='scanimage --format=tiff --device "brother4:bus4;dev1" --resolution 600'
alias merge_pdfs='gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf' alias merge_pdfs='gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf'
alias watch_traffic="bmon -p eth1,eth0 -b -o curses:'nocolors;bgchar= '"
alias netmon="bmon -p eth1,eth0 -b -o curses:'nocolors;bgchar= '"
alias weather="curl http://wttr.in/Nashville" alias weather="curl http://wttr.in/Nashville"
alias fp='for i in *.flac; do ffprobe $i 2>&1; done' alias fp='for i in *.flac; do ffprobe $i 2>&1; done'
alias fa='for i in *.flac; do ffprobe $i 2>&1 | grep -i artist; done' alias fa='for i in *.flac; do ffprobe $i 2>&1 | grep -i artist; done'

Loading…
Cancel
Save