Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Aug 19, 2024
1 parent cc88a37 commit ea27a7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# there is probably a better way to do this
# this is the entry point for zsh things
export ZSH_PATH="$HOME/zsh"
source "$ZSH_PATH/init.zsh"
1 change: 0 additions & 1 deletion zsh/variables.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THESE ARE GLOBAL
export ZSH_PATH="$HOME/zsh"
export LOCAL_FIX=".local"
export PYTHON_COMMAND="python"
export ZSHRC_FILE_PATH="$HOME/zsh/init.zsh"
Expand Down

0 comments on commit ea27a7e

Please sign in to comment.