From ce445dcd72d7d572ff1a21c357a00e8857b4fafc Mon Sep 17 00:00:00 2001 From: Jan Krautmacher Date: Tue, 8 Nov 2022 13:12:50 +0100 Subject: Add note alias Just for temporary notes. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 0196d39..d9e3989 100644 --- a/.bashrc +++ b/.bashrc @@ -37,6 +37,7 @@ then fi function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & } alias open=my_xdg_open +alias note='"${EDITOR}" "$(mktemp)"' # extend PATH by custom scripts (location based on XDG) -- cgit v1.2.3-70-g09d2