Compare commits

...

2 commits

2 changed files with 12 additions and 0 deletions

View file

@ -1 +1,4 @@
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# Creating an alias to have git graph
git config --global alias.graph 'log --oneline --graph'

View file

@ -4,4 +4,13 @@
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)")\$ '
fi
# Thefuck to have 'fuck' alias to correct last command
eval $(thefuck --alias fuck)
# To enable conda auto-completion
eval "$(register-python-argcomplete conda)"
# Autocompletion
bind 'set show-all-if-ambiguous on'
#bind 'TAB:menu-complete'
bind 'set colored-completion-prefix on'