From 9db3db60659340b5cf0cf040b14de4df38c17c0f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 10 Oct 2020 10:37:05 +0200 Subject: bin: introducing the xo binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- .bashrc | 3 --- 1 file changed, 3 deletions(-) (limited to '.bashrc') 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 -- cgit v1.2.3