Compare commits
2 commits
4f9754788c
...
da3920a0e1
| Author | SHA1 | Date | |
|---|---|---|---|
| da3920a0e1 | |||
| 3e4be21605 |
2 changed files with 12 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue