Add path alias for convenience

This commit is contained in:
Emma Nora Theuer 2024-06-09 21:52:24 +02:00
parent bec442ce50
commit 029183aeaf

View file

@ -62,7 +62,7 @@ alias la='eza -a --color=always --group-directories-first'
alias ll='eza -lah --color=always --group-directories-first' alias ll='eza -lah --color=always --group-directories-first'
alias l.='eza -a | grep "^\."' alias l.='eza -a | grep "^\."'
#Make things readable # Make things readable
alias top=htop alias top=htop
alias df='df -h' alias df='df -h'
alias grep='grep --color=always' alias grep='grep --color=always'
@ -102,5 +102,8 @@ alias vim=nvim
alias pybuild="python -m build" alias pybuild="python -m build"
alias pytwine="python -m twine" alias pytwine="python -m twine"
# Paths, conveniences
alias wallmanrepo="/var/db/repos/wallman/app-misc/wallman/"
# Prompt # Prompt
eval "$(starship init bash)" eval "$(starship init bash)"