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