diff options
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' |