mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: update install script, add home ts cmds
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
# source $DOTFILES/plugins/colors.plugin.zsh
|
||||
source $DOTFILES/exports.sh
|
||||
source "$DOTFILES/exports.sh"
|
||||
source "$DOTFILES/functions.sh"
|
||||
|
||||
__home_print_help_arg() {
|
||||
echo_yellow " $1\t$2"
|
||||
|
||||
@@ -32,7 +32,7 @@ home() {
|
||||
pull | l)
|
||||
shift
|
||||
git -C "$DOTFILES" pull
|
||||
# if [[ $? -eq 0 ]]; then
|
||||
# if [[ $? -eq 0 ]]; the
|
||||
# reload-zsh
|
||||
# fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user