chore 🔧: MICS changes
This commit is contained in:
parent
8872914577
commit
0e7fd56480
2 changed files with 14 additions and 9 deletions
|
@ -24,7 +24,8 @@
|
||||||
"exec": "~/.config/waybar/scripts/weekly_commits",
|
"exec": "~/.config/waybar/scripts/weekly_commits",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"interval": 2400,
|
"interval": 2400,
|
||||||
"tooltip": true
|
"tooltip": true,
|
||||||
|
"on-click": "xdg-open https://github.com/ad1822"
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"format": "{initialClass}",
|
"format": "{initialClass}",
|
||||||
|
|
20
zsh/.zshrc
20
zsh/.zshrc
|
@ -143,6 +143,10 @@ cpcf() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mount_gdrive() {
|
||||||
|
rclone mount gdrive: ~/mnt/gdrive
|
||||||
|
}
|
||||||
|
|
||||||
gh_open() {
|
gh_open() {
|
||||||
xdg-open "https://github.com/ad1822/$1"
|
xdg-open "https://github.com/ad1822/$1"
|
||||||
}
|
}
|
||||||
|
@ -212,11 +216,11 @@ alias todocli='~/.todo/todo_cli.sh'
|
||||||
|
|
||||||
# fastfetch
|
# fastfetch
|
||||||
|
|
||||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
#if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||||
if tmux has-session -t default 2>/dev/null; then
|
# if tmux has-session -t default 2>/dev/null; then
|
||||||
tmux new-window -t default
|
# tmux new-window -t default
|
||||||
tmux attach-session -t default
|
# tmux attach-session -t default
|
||||||
else
|
# else
|
||||||
tmux new-session -s default
|
# tmux new-session -s default
|
||||||
fi
|
# fi
|
||||||
fi
|
#fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue