diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2022-11-08 13:12:50 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-11-11 13:51:37 +0100 |
commit | ce445dcd72d7d572ff1a21c357a00e8857b4fafc (patch) | |
tree | b71e6e1b2ed8866eeb72992b25befc5a2af6af99 | |
parent | c543c8b98c2b30fc13dbe0d9dd1f6ebbef0ef6d7 (diff) | |
download | dotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.tar dotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.tar.zst dotfiles-ce445dcd72d7d572ff1a21c357a00e8857b4fafc.zip |
Add note alias
Just for temporary notes.
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |