aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-10-10 10:37:05 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-10-10 10:37:05 +0200
commit9db3db60659340b5cf0cf040b14de4df38c17c0f (patch)
tree1bb0c3bcafba987a75e1a8512ac55bc6b10afd90 /.bashrc
parentcf407eef2a397119c317ee04f7ef0662f2e41a42 (diff)
downloaddotfiles-9db3db60659340b5cf0cf040b14de4df38c17c0f.tar.gz
dotfiles-9db3db60659340b5cf0cf040b14de4df38c17c0f.zip
bin: introducing the xo binary
This is just a dumb replacement for the previous `xo` shell alias, so I can avoid some of the shortcomings of `xdg-open`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 9619507..3122124 100644
--- a/.bashrc
+++ b/.bashrc
@@ -48,9 +48,6 @@ export EDITOR=emacsclient-a-nw
export VISUAL=emacsclient-a-nw
alias vi=vim
-# Alias xdg-open to just xo
-alias xo=xdg-open
-
# We want a full-fledged 256-color terminal.
TERM=xterm-256color