diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-10 22:41:26 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-10 22:41:26 +0200 |
| commit | 73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b (patch) | |
| tree | 14745c39e98fbe1567e47336bf087ae4b14dde06 /bashrc | |
| parent | dac142787673ee2c9947f229a3e2b87ace46df48 (diff) | |
| download | dotfiles-73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b.tar.gz dotfiles-73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b.zip | |
bashrc: just another stupid alias
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
