changes: git,hypr,waybar,zsh,

This commit is contained in:
Ayush Dumasia 2025-05-26 18:29:29 +05:30
parent a50e271bc6
commit cc78d42824
4 changed files with 12 additions and 8 deletions

View file

@ -97,7 +97,7 @@ add(){
}
commit(){
bash ~/SideProjects/dotsh/gh/commit.sh
bash ~/SideQuests/dotsh/gh/commit
}
push(){
@ -193,6 +193,10 @@ c() {
cd "$1" && ls
}
music() {
xdg-open https://music.youtube.com/
}
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/bin/terraform terraform
complete -C '/usr/bin/aws_completer' aws
@ -206,4 +210,3 @@ export PATH="$HOME/.cargo/bin:$PATH"
alias todo='~/.todo/todo_tui.sh'
alias todocli='~/.todo/todo_cli.sh'
fastfetch