mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: remove unnecessary reload
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
type src >/dev/null || source "$DOTFILES/zplug.init.zsh"
|
||||
echo -e "\x1B[32mPreparing...\x1B[0m"
|
||||
echo "$(tput setaf 2)Preparing...$(tput sgr0)"
|
||||
|
||||
# Source files
|
||||
source "$DOTFILES/exports.zsh"
|
||||
source "$DOTFILES/aliases.zsh"
|
||||
source "$DOTFILES/plugins/functions.plugin.zsh"
|
||||
|
||||
if is_mac && [[ ! -d "$HOME/Library/ApplicationSupport" ]]; then
|
||||
ln -s "$HOME/Library/Application Support" "$HOME/Library/ApplicationSupport"
|
||||
|
||||
Reference in New Issue
Block a user