Changes
This commit is contained in:
parent
c15676dd88
commit
b94c2a5f70
3 changed files with 5 additions and 5 deletions
|
@ -29,6 +29,7 @@ in
|
||||||
|
|
||||||
azure-cli
|
azure-cli
|
||||||
dotnetCorePackages.sdk_8_0_3xx
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
|
google-cloud-sdk
|
||||||
|
|
||||||
awscli
|
awscli
|
||||||
unstable.minio-client
|
unstable.minio-client
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
cat = "bat";
|
|
||||||
ls = "eza -l --no-time --no-permissions --no-user";
|
ls = "eza -l --no-time --no-permissions --no-user";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ka = "kubectl apply -f";
|
ka = "kubectl apply -f";
|
||||||
|
|
|
@ -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 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"
|
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 default-terminal "st-256color"
|
||||||
# set -g terminal-overrides "st-256color"
|
set -g terminal-overrides "st-256color"
|
||||||
set -g default-terminal "xterm-kitty"
|
# set -g default-terminal "xterm-kitty"
|
||||||
set -g terminal-overrides "xterm-kitty"
|
# set -g terminal-overrides "xterm-kitty"
|
||||||
|
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue