aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b80372e..990c077 100644
--- a/bashrc
+++ b/bashrc
@@ -16,6 +16,9 @@ export EDITOR=vim
export VISUAL=vim
alias vi=vim
+# Alias xdg-open to just xo
+alias xo=xdg-open
+
# We want a full-fledged 256-color terminal.
TERM=xterm-256color