summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot-bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-bashrc b/dot-bashrc
index 9a8b02b..b1ad28a 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -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'