Compare commits

..

No commits in common. '0b9d87439096747ab254f485032d6965881d728c' and '35a80def92f95d575d9706cd7d5dd2f067890e47' have entirely different histories.

@ -120,13 +120,9 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
unbind r
bind r source-file ~/.tmux.conf \; display-message "config reloaded!"
# plugin fzf-session-switch
set -g @fzf-goto-session 's'
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin "brokenricefilms/tmux-fzf-session-switch"
# run tpm
run -b '~/.tmux/plugins/tpm/tpm'

@ -64,15 +64,6 @@ if command -v tig &>/dev/null; then
alias tiga='tig --all'
fi
# Function to run after every 'cd' command
chpwd() {
# Check if the current directory is a Git repository
if git rev-parse --is-inside-work-tree 2>/dev/null; then
echo "Fetching latest changes from remote..."
git fetch
fi
}
# ---------------------------------------------------------------------------
# Editor
# ---------------------------------------------------------------------------

Loading…
Cancel
Save