Add path alias for convenience
This commit is contained in:
parent
bec442ce50
commit
029183aeaf
1 changed files with 4 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue