aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-10 22:41:26 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-10 22:41:26 +0200
commit73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b (patch)
tree14745c39e98fbe1567e47336bf087ae4b14dde06
parentdac142787673ee2c9947f229a3e2b87ace46df48 (diff)
downloaddotfiles-73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b.tar.gz
dotfiles-73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b.zip
bashrc: just another stupid alias
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-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