summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-08 13:12:50 +0100
committerxengineering <me@xengineering.eu>2022-11-11 13:51:37 +0100
commit1ad0df9022a2c640598296cd7f49cd8f9095603b (patch)
treeb71e6e1b2ed8866eeb72992b25befc5a2af6af99
parent7e4644d812c0a2d900ec9c00f418a4856d590601 (diff)
downloaddotfiles-1ad0df9022a2c640598296cd7f49cd8f9095603b.tar
dotfiles-1ad0df9022a2c640598296cd7f49cd8f9095603b.tar.zst
dotfiles-1ad0df9022a2c640598296cd7f49cd8f9095603b.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)