diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -268,7 +268,7 @@ alias ydlba="youtube-dl --audio-format best -x" alias sdi="sudo dnf install -y" alias sdr="sudo dnf remove -y" alias sda="sudo dnf autoremove -y" -alias sdu="sudo dnf upgrade -y && bash -c 'sudo dnf remove -y dotnet* && sudo dnf install -y compat-openssl10 && sudo dnf install -y dotnet-runtime-deps-5.0 dotnet-runtime-5.0 dotnet-sdk-5.0.x86_64 --repo packages-microsoft-com-prod' && sudo dnf autoremove -y && sudo youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash && needs-restarting -r" +alias sdu="sudo dnf upgrade -y && bash -c 'sudo dnf remove -y dotnet*; sudo dnf install -y compat-openssl10; sudo dnf install -y dotnet-runtime-deps-5.0 dotnet-runtime-5.0 dotnet-sdk-5.0.x86_64 --repo packages-microsoft-com-prod' && sudo dnf autoremove -y && sudo youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash && needs-restarting -r" alias sds="sudo dnf search" alias sdudiscord="wget -O discord.tar.gz \"https://discord.com/api/download?platform=linux&format=tar.gz\" && tar -xzf discord.tar.gz && sudo rm -rf /opt/Discord && sudo mv Discord /opt" @@ -308,9 +308,3 @@ alias cdl="cd ~/Programming/GitLab-repos/" alias cds="cd ~/Programming/source/" bindkey '^H' backward-kill-word - - -if [ -e /home/kamen/.nix-profile/etc/profile.d/nix.sh ]; then . /home/kamen/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer -. ~/.nix-profile/etc/profile.d/nix.sh -eval "$(direnv hook zsh)" -[ -f "/home/kamen/.ghcup/env" ] && source "/home/kamen/.ghcup/env" # ghcup-env |
