This commit is contained in:
fwastring 2025-07-08 13:55:23 +02:00
parent c15676dd88
commit b94c2a5f70
3 changed files with 5 additions and 5 deletions

View file

@ -29,6 +29,7 @@ in
azure-cli
dotnetCorePackages.sdk_8_0_3xx
google-cloud-sdk
awscli
unstable.minio-client

View file

@ -34,7 +34,6 @@
}
];
shellAbbrs = {
cat = "bat";
ls = "eza -l --no-time --no-permissions --no-user";
k = "kubectl";
ka = "kubectl apply -f";

View file

@ -32,10 +32,10 @@
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
# set -g default-terminal "st-256color"
# set -g terminal-overrides "st-256color"
set -g default-terminal "xterm-kitty"
set -g terminal-overrides "xterm-kitty"
set -g default-terminal "st-256color"
set -g terminal-overrides "st-256color"
# set -g default-terminal "xterm-kitty"
# set -g terminal-overrides "xterm-kitty"
set -ga terminal-overrides ",xterm-256color:Tc"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'