Reorganize bash_aliases entirely, add some readme.

This commit is contained in:
Anna Wiggins 2017-03-17 15:36:31 -07:00
parent bd95a93220
commit 63c5cb05bc
No known key found for this signature in database
GPG key ID: 682893DD0448ED78
5 changed files with 27 additions and 13 deletions

5
bash/misc_aliases.sh Normal file
View file

@ -0,0 +1,5 @@
alias unlock="lpass show -c --password"
alias arduino-serial="cu -l /dev/ttyACM0 -s 115200"
alias grep='LC_ALL="C" grep'
alias bt='transmission-remote'
alias git='hub'