[zshrc] Add update alias

This commit is contained in:
Yuri Moens
2025-03-13 11:01:51 +01:00
parent 3c36d4b31d
commit cb49897c71

View File

@ -125,6 +125,7 @@ alias svim="sudo vim"
alias cvgui="JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.432.b06-3.fc39.x86_64/jre/ javaws ~/sfpd/galaxy.jnlp"
alias bb="sudo shutdown -h now"
alias glcrlogin="cat ~/.gitlab-pat-moyur-scope-all | podman login glcr.sfpd.fgov.be -u moyur --password-stdin"
alias update="sudo dnf -y update"
whosebranch() {
for branch in $(git branch -r | grep -v 'HEAD\|master'); do