Compare commits
2 Commits
24a40d2865
...
999e88a03d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
999e88a03d | ||
![]() |
9106503ffa |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -34,9 +34,6 @@
|
|||||||
[submodule "vim/.vim/bundle/vim-ansible-yaml"]
|
[submodule "vim/.vim/bundle/vim-ansible-yaml"]
|
||||||
path = base/.vim/bundle/vim-ansible-yaml
|
path = base/.vim/bundle/vim-ansible-yaml
|
||||||
url = https://github.com/chase/vim-ansible-yaml
|
url = https://github.com/chase/vim-ansible-yaml
|
||||||
[submodule "firestarter/.firestarter"]
|
|
||||||
path = desktop-common/.firestarter
|
|
||||||
url = git@git.desu.ltd:salt/firestarter
|
|
||||||
[submodule "bin/.bin"]
|
[submodule "bin/.bin"]
|
||||||
path = base/.bin
|
path = base/.bin
|
||||||
url = git@git.desu.ltd:salt/bin
|
url = git@git.desu.ltd:salt/bin
|
||||||
|
@@ -26,7 +26,6 @@ _baseshell="$(basename -- "$0")"
|
|||||||
for dir in \
|
for dir in \
|
||||||
"$HOME/.bin" \
|
"$HOME/.bin" \
|
||||||
"$HOME/.local/bin" \
|
"$HOME/.local/bin" \
|
||||||
"$HOME/.firestarter" \
|
|
||||||
"/usr/local/opt/coreutils/libexec/gnubin" \
|
"/usr/local/opt/coreutils/libexec/gnubin" \
|
||||||
"/usr/local/opt/gnu-sed/libexec/gnubin" \
|
"/usr/local/opt/gnu-sed/libexec/gnubin" \
|
||||||
"/usr/local/opt/grep/libexec/gnubin" \
|
"/usr/local/opt/grep/libexec/gnubin" \
|
||||||
@@ -109,9 +108,6 @@ for editor in vim vi nano; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Now for a shitton of aliases
|
# Now for a shitton of aliases
|
||||||
if has firestarter and ! has fs; then
|
|
||||||
alias fs="firestarter"
|
|
||||||
fi
|
|
||||||
if has podman and ! has docker; then
|
if has podman and ! has docker; then
|
||||||
alias docker="podman"
|
alias docker="podman"
|
||||||
fi
|
fi
|
||||||
|
Submodule desktop-common/.firestarter deleted from bcf9c80efb
Reference in New Issue
Block a user