summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-06-05 12:16:19 +0200
committerxengineering <me@xengineering.eu>2022-06-05 12:16:19 +0200
commit68ca393862c6b6737ab9d1eddf9ae5e5a80ef88b (patch)
tree0f062d02cf1066a83b9d25ee0eede82838b432d8
parentd97a6615a896d3c01d6e56be5803ec9dc1990c57 (diff)
downloaddotfiles-68ca393862c6b6737ab9d1eddf9ae5e5a80ef88b.tar
dotfiles-68ca393862c6b6737ab9d1eddf9ae5e5a80ef88b.tar.zst
dotfiles-68ca393862c6b6737ab9d1eddf9ae5e5a80ef88b.zip
Add news alias for newsboat in .bashrc
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 72be31f..0d169b6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,6 +25,7 @@ alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat
alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'"
alias bt="bluetoothctl"
alias ikhal="ikhal; clear"
+alias news="newsboat"
# extend PATH with my private and public scripts (location based on XDG)