diff options
| -rw-r--r-- | dot-bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ export PATH=$PATH:~/.bin alias rm='echo "use trash instead"; false' alias tm='trash-put' +# open using handlr +alias open='handlr open' + # lock desktop alias lock='swaylock -f -c 000000' |
