From 000e00871830cd15de032c80e2b62946cf19445c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 8 May 2025 18:49:34 -0500 Subject: adding missing dotfiles and folders - profile.d/ - bashrc - authinfo.gpg - .zsh/ --- dotfiles/system/.zsh/modules/Src/zsh.rc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/system/.zsh/modules/Src/zsh.rc (limited to 'dotfiles/system/.zsh/modules/Src/zsh.rc') diff --git a/dotfiles/system/.zsh/modules/Src/zsh.rc b/dotfiles/system/.zsh/modules/Src/zsh.rc new file mode 100644 index 0000000..93c82ba --- /dev/null +++ b/dotfiles/system/.zsh/modules/Src/zsh.rc @@ -0,0 +1,8 @@ +// Use this file as follows +// +// myapp.exe : myapp.o myapp.res +// gcc -mwindows myapp.o myapp.res -o $@ +// +// myapp.res : myapp.rc resource.h +// windres $< -O coff -o $@ +IDR_MAINFRAME ICON DISCARDABLE "zsh.ico" -- cgit v1.2.3