Add Submodule
This commit is contained in:
parent
46e27bd8d7
commit
8c24dc49cf
3 changed files with 7 additions and 3 deletions
5
.bashrc
5
.bashrc
|
@ -3,5 +3,6 @@ case $- in
|
|||
*) return;;
|
||||
esac
|
||||
|
||||
# Path to the oh-my-bash installation.
|
||||
export OSH='/home/snoweuph/.config/.oh-my-bash'
|
||||
# Oh My bash Config
|
||||
export OSH="$HOME/.config/oh-my-bash"
|
||||
export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom"
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,3 +7,6 @@
|
|||
|
||||
# Include bash config
|
||||
!.bashrc
|
||||
!.config/oh-my-bash/**/*
|
||||
!.config/oh-my-bash-custom/**/*
|
||||
|
||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "Oh My Bash"]
|
||||
path = .config/.oh-my-bash
|
||||
path = .config/oh-my-bash
|
||||
url = https://github.com/ohmybash/oh-my-bash.git
|
||||
|
|
Loading…
Reference in a new issue