From e618c76fca1da9a72d1a605f647f02d39ab17dcd Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Jun 2024 18:36:36 +0200 Subject: posix-shell: Remove my_xdg_open() Replaced by the better tool 'rifle' which is shipped with 'ranger'. --- posix-shell/aliases.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'posix-shell/aliases.sh') 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"' -- cgit v1.2.3-70-g09d2