From 73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 10 May 2016 22:41:26 +0200 Subject: bashrc: just another stupid alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3