summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Krautmacher <jan.krautmacher@indurad.com>2022-11-08 13:12:50 +0100
committerxengineering <me@xengineering.eu>2022-11-11 13:51:37 +0100
commitce445dcd72d7d572ff1a21c357a00e8857b4fafc (patch)
treeb71e6e1b2ed8866eeb72992b25befc5a2af6af99
parentc543c8b98c2b30fc13dbe0d9dd1f6ebbef0ef6d7 (diff)
downloaddotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.tar
dotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.tar.zst
dotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.zip
Add note alias
Just for temporary notes.
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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)