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)"