diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-08 18:48:52 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-08 18:48:52 +0300 |
| commit | 80fa59af233574ae24eb58f7209918beda695e53 (patch) | |
| tree | 833d108fed391003d1ae2499816b00e5e83202d6 /.zshrc | |
| parent | 7fe3051733dfa0884ed6893e9c9835402c0e6680 (diff) | |
| download | dotfiles-80fa59af233574ae24eb58f7209918beda695e53.tar dotfiles-80fa59af233574ae24eb58f7209918beda695e53.tar.gz dotfiles-80fa59af233574ae24eb58f7209918beda695e53.zip | |
Added some minor config changes and updated repository to be inside home folder
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 |
