summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-06-27 21:36:21 +0200
committerxengineering <me@xengineering.eu>2024-06-27 21:36:21 +0200
commit14789fded45a679167dbb0b0978550dd234f313e (patch)
tree7f366936212da5f469e9848b3eebdc7c7b76fe6a
parentfca87a8d865029b5f13114374e860ccbf31e5e7c (diff)
downloaddotfiles-14789fded45a679167dbb0b0978550dd234f313e.tar
dotfiles-14789fded45a679167dbb0b0978550dd234f313e.tar.zst
dotfiles-14789fded45a679167dbb0b0978550dd234f313e.zip
posix-shell: Remove unused aliases
-rw-r--r--posix-shell/aliases.sh10
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"'