From 029183aeaf378cd2f982407a5de2bc67ba4b12e3 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Sun, 9 Jun 2024 21:52:24 +0200 Subject: [PATCH] Add path alias for convenience --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e2a8742..08b3c50 100644 --- a/.bashrc +++ b/.bashrc @@ -62,7 +62,7 @@ alias la='eza -a --color=always --group-directories-first' alias ll='eza -lah --color=always --group-directories-first' alias l.='eza -a | grep "^\."' -#Make things readable +# Make things readable alias top=htop alias df='df -h' alias grep='grep --color=always' @@ -102,5 +102,8 @@ alias vim=nvim alias pybuild="python -m build" alias pytwine="python -m twine" +# Paths, conveniences +alias wallmanrepo="/var/db/repos/wallman/app-misc/wallman/" + # Prompt eval "$(starship init bash)"