-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share your configurations here! #6
Comments
In order to facilitate more configs and allow changing of those easily, the configs could reside in a subdirectory, along with matching other variables, DEFs and whatnot, and user could either change config or load a new one with a switch.
|
I misread that as "Stalin like quotes/replies" and was very confused for a variety of reasons |
I've wrote this script to de/activate the mommy's prompt messages by un/comment the lines of the .zshrc file #!/bin/bash
if [[ $(head -n 2 ~/.zshrc | grep "^#" | wc -l) -eq 2 ]]; then
sed -i '1,2 s/^#//' ~/.zshrc
notify-send "mommy turn on uwu~ ❤"
else
sed -i '1,2 s/^/#/' ~/.zshrc
notify-send "mommy turn off~"
fi Assuming the the 2 first lines of .zshrc goes like this.
(Optional) Set a keybindings to execute this script. |
part of my .kshrc, definitely could use some more customization
|
I'll start us off with Samuel L Jackson. This example uses no substitutions, but you could replace
son
if you wanted to.The text was updated successfully, but these errors were encountered: