Varius
This commit is contained in:
+2
-1
@@ -1,4 +1,6 @@
|
|||||||
abbr -a -- cd z
|
abbr -a -- cd z
|
||||||
|
abbr -a -- opc opencode
|
||||||
|
abbr -a -- opcc opencode -c
|
||||||
abbr -a -- cl clear
|
abbr -a -- cl clear
|
||||||
abbr -a -- g git
|
abbr -a -- g git
|
||||||
abbr -a -- l ezals
|
abbr -a -- l ezals
|
||||||
@@ -10,4 +12,3 @@ abbr -a -- kcc kubectl ctx
|
|||||||
abbr -a -- zj zellij
|
abbr -a -- zj zellij
|
||||||
abbr -a -- sysc systemctl
|
abbr -a -- sysc systemctl
|
||||||
abbr -a -- syscu systemctl --user
|
abbr -a -- syscu systemctl --user
|
||||||
|
|
||||||
|
|||||||
+9
-9
@@ -1,15 +1,17 @@
|
|||||||
set -g fish_greeting "Hi Dadd"
|
set -g fish_greeting "Hi Dadd"
|
||||||
|
|
||||||
# set nvim editor
|
# Set editor
|
||||||
set -g EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set -g KUBE_EDITOR nvim
|
set -gx KUBE_EDITOR nvim
|
||||||
set -g TERM xterm-256color
|
|
||||||
|
# Set correct TERM and TERMINAL for kitty
|
||||||
|
set -gx TERM xterm-kitty
|
||||||
|
set -gx TERMINAL kitty
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
|
||||||
|
|
||||||
# Ctrl-o Find a file.
|
# Ctrl-o Find a file.
|
||||||
# Ctrl-r Search through command history.
|
# Ctrl-r Search through command history.
|
||||||
# Alt-c cd into sub-directories (recursively searched).
|
# Alt-c cd into sub-directories (recursively searched).
|
||||||
@@ -25,7 +27,6 @@ if status is-interactive
|
|||||||
alias claude="~/.claude/local/claude"
|
alias claude="~/.claude/local/claude"
|
||||||
# Check max tmux window in the Home session and open the Home session in a new tmux window
|
# 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
|
# Find max window number in the Home session
|
||||||
set TERM 'xterm-kitty'
|
|
||||||
#if test -z "$TMUX";
|
#if test -z "$TMUX";
|
||||||
# # set name "$(date '+%Y%m%d_%H%M%S')"
|
# # set name "$(date '+%Y%m%d_%H%M%S')"
|
||||||
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
|
# # exec flock -w 1 -F -n "/tmp/zellij-$name" zellij -s "$name"
|
||||||
@@ -39,6 +40,5 @@ if status is-interactive
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# opencode
|
||||||
|
fish_add_path /home/df/.opencode/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user