Reorganize bash_aliases entirely, add some readme.
This commit is contained in:
parent
bd95a93220
commit
63c5cb05bc
5 changed files with 27 additions and 13 deletions
5
bash/misc_aliases.sh
Normal file
5
bash/misc_aliases.sh
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue