From 9416e3c3bbd1383d06e8056e21000d7163b8d51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 23 Sep 2015 08:28:07 +0200 Subject: bashrc: comment off completion setup, add systemctl and thefuck aliases --- bashrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index bb31ff7..ffed6b3 100644 --- a/bashrc +++ b/bashrc @@ -36,11 +36,11 @@ fi set -o vi # bind "set completion-display-width 1" -bind "set completion-ignore-case off" -bind "set completion-prefix-display-length 2" -bind "set menu-complete-display-prefix on" -bind "set show-all-if-ambiguous on" -bind "Control-t: menu-complete" +#bind "set completion-ignore-case off" +#bind "set completion-prefix-display-length 2" +#bind "set menu-complete-display-prefix on" +#bind "set show-all-if-ambiguous on" +#bind "Control-t: menu-complete" # ALIASES #alias vimb="vim -u $HOME/.vimrc-bepo" @@ -134,6 +134,8 @@ my_export 'EDITOR' 'vim' '/usr/bin/vi' # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } #alias lss="ls -l" +alias sct="systemctl" +alias fuck='eval $(thefuck $(fc -ln -1)); history -r' # MISC export SDL_AUDIODRIVER="pulse" -- cgit v1.1-2-g2b99