From d674a800988066cb8794043c36beec75ca3835f7 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sun, 30 Mar 2025 15:27:16 +0530 Subject: [PATCH] Changes in: waybar,zsh, --- waybar/style.css | 2 +- zsh/.zshrc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index 8e4bc4d..2b0cf21 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -14,7 +14,7 @@ } #custom-cava { - color: #8fbc8f; + color: #cba6f7; border-left: 0px; border-right: 0px; padding: 6px; diff --git a/zsh/.zshrc b/zsh/.zshrc index a9203c1..67b4e9a 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -89,6 +89,9 @@ eval "$(atuin init zsh)" eval "$(starship init zsh)" alias vim='nvim' + +alias kls='kubectl get all' + alias jump='nvim $(fzf -m --preview="bat --color=always {}")' alias ls='eza -l -i --header --tree --level=1 --all --sort=Name' alias search='eval "~/.local/bin/search.sh"' @@ -169,3 +172,6 @@ take() { autoload -U +X bashcompinit && bashcompinit complete -o nospace -C /usr/bin/terraform terraform complete -C '/usr/bin/aws_completer' aws + +export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" +