Fixed skeleton update functionality.
This commit is contained in:
8
zshrc
8
zshrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user