diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-09-23 08:38:15 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-09-23 08:38:15 +0200 |
commit | 732d5cce49f7213c5957c59bc0e72a483aaad500 (patch) | |
tree | ca2633ff7c468f32080b7988bdd105f1e00c68d6 /bashrc | |
parent | c33832d6925fa3e96a68d6ea8006d292cc98eac8 (diff) | |
download | bin-732d5cce49f7213c5957c59bc0e72a483aaad500.zip bin-732d5cce49f7213c5957c59bc0e72a483aaad500.tar.gz |
bashrc: alias vim=nvim
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ my_export 'EDITOR' 'vim' '/usr/bin/vi' # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } #alias lss="ls -l" +alias vim="nvim" alias sct="systemctl" alias fuck='eval $(thefuck $(fc -ln -1)); history -r' |