zsh: move ZSHRC_FUNCTIONS var to functions file

This commit is contained in:
2026-08-01 01:47:48 -04:00
parent 3ed624436a
commit 47e1bb9fbc
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
ZSHRC_FUNCTIONS="$ZSH_CONFIG/zsh-functions.zsh"
use_dev_branch(){
mkdir -p "$ZSH_CONFIG"
echo "dev" > "$ZSH_CONFIG/branch"