5 Commits

Author SHA1 Message Date
993e375a76 Move shell config 2026-03-15 14:55:55 +05:30
d68beb82d9 Geany config changes 2026-03-15 14:32:21 +05:30
58080d0aa2 Change wezterm config file path 2026-03-15 14:28:04 +05:30
471d2e2b71 remove copilot from master 2026-03-15 14:20:33 +05:30
48d7990c10 ignore lazy lock 2026-03-15 14:19:37 +05:30
8 changed files with 7 additions and 8 deletions

View File

@@ -172,6 +172,6 @@ fi
# interactive shell.
# Example command:
source ~/dotfiles/shell/common
source ~/dotfiles/shell/personal #added by 6500gitsetup
source ~/dotfiles/shell/aliases
source ~/.config/shell/common
source ~/.config/shell/personal #added by 6500gitsetup
source ~/.config/shell/aliases

View File

@@ -1 +0,0 @@
.*

View File

@@ -1 +0,0 @@
.*

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)"