mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
function cdots() {
|
|
"$SCRIPTS/tmux-sessionator" "$DOTFILES"
|
|
}
|
|
|