chore 🔧: Some changes in transperancy in hyprland, waybar script
This commit is contained in:
parent
b1654ddf1e
commit
2ef529de45
3 changed files with 23 additions and 9 deletions
|
@ -100,6 +100,14 @@ commit(){
|
|||
bash ~/SideProjects/dotsh/gh/commit.sh
|
||||
}
|
||||
|
||||
push(){
|
||||
git push
|
||||
}
|
||||
|
||||
ms(){
|
||||
touch "$1" && chmod +x "$1"
|
||||
}
|
||||
|
||||
alias kls='kubectl get all'
|
||||
|
||||
alias jump='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue