aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bash_profile2
-rw-r--r--bashrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash_profile b/bash_profile
index 4b597b5..9f5935f 100644
--- a/bash_profile
+++ b/bash_profile
@@ -16,7 +16,7 @@ export OLLAMA_MODELS="$HOME/ai_models/ollama/"
[[ -f ~/.bashrc ]] && . ~/.bashrc
xset r rate 300 30
-xmodmap ~/.Xmodmap
+#xmodmap ~/.Xmodmap
# perlbrew
source ~/perl5/perlbrew/etc/bashrc
diff --git a/bashrc b/bashrc
index db56710..a68fb5e 100644
--- a/bashrc
+++ b/bashrc
@@ -373,7 +373,7 @@ log() {
}
doo() {
- printf "%s\n" "- [ ] $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
+ printf "%s\n" "TODO: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
}
idea() {