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"]
|
||||
path = base/.vim/bundle/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"]
|
||||
path = base/.bin
|
||||
url = git@git.desu.ltd:salt/bin
|
||||
|
@@ -26,7 +26,6 @@ _baseshell="$(basename -- "$0")"
|
||||
for dir in \
|
||||
"$HOME/.bin" \
|
||||
"$HOME/.local/bin" \
|
||||
"$HOME/.firestarter" \
|
||||
"/usr/local/opt/coreutils/libexec/gnubin" \
|
||||
"/usr/local/opt/gnu-sed/libexec/gnubin" \
|
||||
"/usr/local/opt/grep/libexec/gnubin" \
|
||||
@@ -109,9 +108,6 @@ for editor in vim vi nano; do
|
||||
done
|
||||
|
||||
# Now for a shitton of aliases
|
||||
if has firestarter and ! has fs; then
|
||||
alias fs="firestarter"
|
||||
fi
|
||||
if has podman and ! has docker; then
|
||||
alias docker="podman"
|
||||
fi
|
||||
|
Submodule desktop-common/.firestarter deleted from bcf9c80efb
Reference in New Issue
Block a user