From 80fa59af233574ae24eb58f7209918beda695e53 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 8 Jun 2021 18:48:52 +0300 Subject: Added some minor config changes and updated repository to be inside home folder --- .zshrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 74b359d..29b4fc3 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3