aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-01 08:14:54 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-01 08:14:54 +0100
commit32e028715527120a4dadb5dda930c72f6ed41694 (patch)
treeae5b4a218ed0ceac1f4b95473ff35135b05d999a /bashrc
parent28e224678e81bfbddac38c758c5b1cea8ea6917d (diff)
Adds function to filter lines in buffer the vim way
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 48c1484..ab38f31 100644
--- a/bashrc
+++ b/bashrc
@@ -387,6 +387,10 @@ flag() {
printf "%s\n" "FLAG: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
}
+consider() {
+ printf "%s\n" "CONSIDER: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
+}
+
# get best audio of YouTube file or playlist (just use the right URL)