This commit is contained in:
2025-12-10 12:20:34 +01:00
parent 00b2ca0bb8
commit 5ad8af0275
2 changed files with 78 additions and 18 deletions
+17 -18
View File
@@ -3,6 +3,7 @@ set -g fish_greeting "Hi Dadd"
# Set editor
set -gx EDITOR nvim
set -gx KUBE_EDITOR nvim
set -g TERM xterm-256color
# Set correct TERM and TERMINAL for kitty
set -gx TERM xterm-kitty
@@ -19,26 +20,24 @@ if status is-interactive
# Alt-o Open a file/dir using default editor ($EDITOR)
# Alt-Shift-o Open a file/dir using xdg-open or open command
set -g fish_sequence_key_delay_ms 200
bind -M insert -m default j,k cancel repaint-mode
bind -M insert \cn \\t
set -q KREW_ROOT; and set -gx PATH $PATH $KREW_ROOT/.krew/bin; or set -gx PATH $PATH $HOME/.krew/bin
set -g fish_sequence_key_delay_ms 200
bind -M insert -m default j,k cancel repaint-mode
bind -M insert \cn \\t
set -q KREW_ROOT; and set -gx PATH $PATH $KREW_ROOT/.krew/bin; or set -gx PATH $PATH $HOME/.krew/bin
alias claude="~/.claude/local/claude"
# Check max tmux window in the Home session and open the Home session in a new tmux window
# Find max window number in the Home session
#if test -z "$TMUX";
# # set name "$(date '+%Y%m%d_%H%M%S')"
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
# exec tmux
#end
# if test -z "$ZELLIJ";
# # set name "$(date '+%Y%m%d_%H%M%S')"
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
# exec zellij
# end
# Check max tmux window in the Home session and open the Home session in a new tmux window
# Find max window number in the Home session
#if test -z "$TMUX";
# # set name "$(date '+%Y%m%d_%H%M%S')"
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
# exec tmux
#end
# if test -z "$ZELLIJ";
# # set name "$(date '+%Y%m%d_%H%M%S')"
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
# exec zellij
# end
end
# opencode
fish_add_path /home/df/.opencode/bin