diff --git a/.bashrc b/.bashrc index f9c628a..2ad96b4 100644 --- a/.bashrc +++ b/.bashrc @@ -47,4 +47,4 @@ alias gd='git diff' alias gp='git push' alias gl='git pull' -. ~/docs/repos/iceline/iceline.sh +[ -d "$XDG_DATA_HOME/bash/iceline" ] && . "$XDG_DATA_HOME/bash/iceline/iceline.sh" diff --git a/.gitmodules b/.gitmodules index e69de29..d944820 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".local/share/bash/iceline"] + path = .local/share/bash/iceline + url = git@codeberg.org:frosty/iceline.git diff --git a/.local/share/bash/iceline b/.local/share/bash/iceline new file mode 160000 index 0000000..26a39ab --- /dev/null +++ b/.local/share/bash/iceline @@ -0,0 +1 @@ +Subproject commit 26a39ab5f3a3a43fc2c443cd163c512d0ebdcf8d