Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADGEfficiency committed Oct 21, 2024
1 parent 07325a8 commit 5ecbe91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dotfiles/common/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ export EDITOR=$(which nvim)
if command -v launchctl >/dev/null 2>&1; then
launchctl setenv XDG_CONFIG_HOME $XDG_CONFIG_HOME
fi

source $HOME/dotfiles/scripts/funcs.sh
source $HOME/dotfiles/scripts/aliases.sh
2 changes: 0 additions & 2 deletions dotfiles/common/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ alias brew='arch -arm64 brew'
source "$HOME/dotfiles/dotfiles/common/setup-path.sh"

source ~/dotfiles/macos/pyenv-flags
source $HOME/dotfiles/scripts/funcs.sh
source $HOME/dotfiles/scripts/aliases.sh

# custom ipython config
export IPYTHONDIR="$HOME/dotfiles/.ipython"
Expand Down

0 comments on commit 5ecbe91

Please sign in to comment.