diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-14 21:40:08 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-14 21:40:08 +0900 |
| commit | e42539a76650fa4d397d8ec38269dfbde914b193 (patch) | |
| tree | dd98de36829eb9a859610f0568e1c0b3ad519520 /ar | |
| parent | b49f8fcf9b20482f6779ff6f1620c5a7fb94dec2 (diff) | |
modified shell/profile, modified tmux/tmux.conf, modified tmux/tmux.conf
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/shell/profile | 2 | ||||
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index c62e454..24b467f 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -9,6 +9,8 @@ # Add all directories in each subdirectory to $PATH export PATH="$PATH:$(find ~/.local/bin -path '*/.git*' -prune -o \( -type f -o -type l \) -perm -u=x -exec dirname {} \; | sort -u | paste -sd ':' -)" export PATH="$PATH:$(find ~/.local/share/.password-store -type d -name '.extensions' | paste -sd ':' -)" +command -v asdf >/dev/null 2>&1 && export PATH="$PATH:$(find -L ~/.local/share/asdf/installs -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" +command -v npm >/dev/null 2>&1 && export PATH="$PATH:$(find -L ~/.local/share/npm -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" unsetopt PROMPT_SP 2>/dev/null diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 069a7cd..9288c4c 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -280,7 +280,7 @@ set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-left "#[bg=default,fg=#{@thm_subtext_0}] #{pane_current_command} " set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-left "#[bg=default,fg=#{@thm_blue}] #{=/-32/...:#{s|$USER|~|:#{b:pane_current_path}}} " -set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]#{?#(gitmux -cfg $HOME/.config/gitmux/gitmux.conf '#{pane_current_path}'),│,}" +set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-left "#{?#(gitmux -cfg $HOME/.config/gitmux/gitmux.conf '#{pane_current_path}'),#{#[bg=default,fg=#{@thm_subtext_0}] #(gitmux -cfg $HOME/.config/gitmux/gitmux.conf '#{pane_current_path}') }, }" set -ga status-left "#[bg=default,fg=#{@thm_overlay_0},none]#{?window_zoomed_flag,│,}" set -ga status-left "#[bg=default,fg=#{@thm_subtext_0}]#{?window_zoomed_flag, zoom ,}" |
