This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
3cf35a7bd6
dotfiles
/
shells
/
bash
/
lib
/
50_completions.bash
3 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Majorly refactor shell files Changes: * Reduce duplication across Bash and Zsh * Increase code sharing between the two * Automatically load shell files in 'lib' directories * Zsh `precmd` emulation in Bash * Move shared prompt (not compatible with Bash) to be Zsh only * `rbenv` loading for each shell * etc... Still to do: * Bash prompt * Cross-shell terminal color abstraction
2011-10-25 14:35:35 +11:00
# Git completion support in bash
Hard-code .dotfiles path Before I switched to Fresh, I assembled my dotfiles with my own script that ensured this was set, but it is no longer set. I don't need the dot files directory to be customisable, so I'll just hard-code the path
2020-08-23 11:27:51 +10:00
source
$HOME
/.dotfiles/vcs/git/git-completion