My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit ee2659019562bf1fddc95115797b1560fe1e9fb6
Parent: b21e30f8d12feb56ebbe0e0a5849471304bc2607
Author: Matt Colligan <matt@edra.ai>
Date: 2026-03-05 13:40:37 +0000
Committer: Matt Colligan <matt@edra.ai>
Committed: 2026-03-05 13:40:37 +0000

add gogs

functions.zsh Modified

@@ -76,3 +76,13 @@
 rec_screen_mic() {
     ffmpeg -f x11grab -r 30 -s 1920x1080 -i $DISPLAY -f pulse -ac 2 -i default out.mkv
 }
+
+#go() {
+#    title="$@"
+#    if [[ -z "$title" ]]
+#    then
+#	echo "usage: go <title>"
+#	return
+#    fi
+#    alacritty msg create-window --title "$title" --working-directory ~/git --command /opt/homebrew/bin/tmux
+#}