Fixed skeleton update functionality.

This commit is contained in:
Richard Blair
2021-08-31 17:22:12 -04:00
parent 4196514399
commit d8c91edff1

8
zshrc
View File

@@ -5,11 +5,11 @@ declare -x PATH=$PATH:$HOME/.ellipsis/bin
if [ -e "$HOME/.firstlogin" ]; then
echo "[tononixOS] Doing some last-minute updates to the default shell configuration..."
ellipsis reinstall tononixOS_shellpkg_init-screenfetch >/dev/null
ellipsis reinstall tononixOS_shellpkg_zsh-common >/dev/null
ellipsis reinstall tononixOS_shellpkg_zsh-theme >/dev/null
ellipsis reinstall tononixOS_shellpkg_zsh-wslconfig >/dev/null
ellipsis update
ellipsis link tononixOS_shellpkg_init-screenfetch >/dev/null
ellipsis link tononixOS_shellpkg_zsh-common >/dev/null
ellipsis link tononixOS_shellpkg_zsh-theme >/dev/null
ellipsis link tononixOS_shellpkg_zsh-wslconfig >/dev/null
rm $HOME/.firstlogin
fi