diff options
| author | xengineering <me@xengineering.eu> | 2024-06-27 21:36:21 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-06-27 21:36:21 +0200 |
| commit | a4b889e4b9ac353522b03b018a611238a65f105e (patch) | |
| tree | 7f366936212da5f469e9848b3eebdc7c7b76fe6a /posix-shell/aliases.sh | |
| parent | 8d86e9c0d05c3bb7cbff33d5cf179a402ce98225 (diff) | |
| download | dotfiles-a4b889e4b9ac353522b03b018a611238a65f105e.tar dotfiles-a4b889e4b9ac353522b03b018a611238a65f105e.tar.zst dotfiles-a4b889e4b9ac353522b03b018a611238a65f105e.zip | |
posix-shell: Remove unused aliases
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"' |
