From 14789fded45a679167dbb0b0978550dd234f313e Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Jun 2024 21:36:21 +0200 Subject: posix-shell: Remove unused aliases --- posix-shell/aliases.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'posix-shell') diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 8ac057d..4f9e53e 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -14,16 +14,6 @@ alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat alias lf='lf -last-dir-path=$HOME/.local/share/lf/lastdir && cd "$(cat $HOME/.local/share/lf/lastdir)"' alias music="cd ~/music && ranger || echo '~/music does not exist'" alias bt="bluetoothctl" -alias ikhal="ikhal; clear" -alias news="newsboat" -if command -v apt > /dev/null # ugly hack to detect Debian -then - alias t="todo-txt" -fi -if command -v pacman > /dev/null # ugly hack to detect Arch Linux -then - alias t="todo.sh" -fi 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