diff options
author | xengineering <me@xengineering.eu> | 2024-06-27 18:36:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-06-27 18:37:35 +0200 |
commit | e618c76fca1da9a72d1a605f647f02d39ab17dcd (patch) | |
tree | e3e04fe2d80ed28ae1e10862830d11cb5a514d43 /posix-shell/aliases.sh | |
parent | 9c311b0ebbf182476eb371ceb431ecf33022fa31 (diff) | |
download | dotfiles-e618c76fca1da9a72d1a605f647f02d39ab17dcd.tar dotfiles-e618c76fca1da9a72d1a605f647f02d39ab17dcd.tar.zst dotfiles-e618c76fca1da9a72d1a605f647f02d39ab17dcd.zip |
posix-shell: Remove my_xdg_open()
Replaced by the better tool 'rifle' which is shipped with 'ranger'.
Diffstat (limited to 'posix-shell/aliases.sh')
-rw-r--r-- | posix-shell/aliases.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 3416a88..8ac057d 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -24,8 +24,6 @@ if command -v pacman > /dev/null # ugly hack to detect Arch Linux then alias t="todo.sh" fi -function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & } -alias open=my_xdg_open alias note='"${EDITOR}" "$(mktemp)"' alias nolink='cd $(pwd -P)' alias zephyr='export ZEPHYR_BASE="${HOME}/zephyrproject/zephyr" && source "${HOME}/zephyrproject/.venv/bin/activate"' |