diff options
Diffstat (limited to 'posix-shell/aliases.sh')
-rw-r--r-- | posix-shell/aliases.sh | 10 |
1 files changed, 0 insertions, 10 deletions
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"' |