Move shell config

This commit is contained in:
2026-03-15 14:55:55 +05:30
parent d68beb82d9
commit 993e375a76
7 changed files with 7 additions and 7 deletions

View File

@@ -111,9 +111,10 @@ source <(fzf --zsh)
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
source $HOME/dotfiles/shell/common
source $HOME/dotfiles/shell/personal
source $HOME/dotfiles/shell/aliases
source ~/.config/shell/common
source ~/.config/shell/personal
source ~/.config/shell/aliases
MANPAGER="col -b | cat"
MANROFFOPT="-P-c"
eval "$(zoxide init zsh)"