diff options
| Commit | c938b01e47d1c0a5e1709617a29fe0e1d52f0a53 (patch ) | |
|---|---|---|
| Author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-08 09:41:06 +0200 |
| Committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-08 09:41:06 +0200 |
| Files | b49deeab05b667a44e26476cea90152a8e7a465e /.zshrc | |
| dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar.gz dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.zip | ||
| Parent | 38f5749f2a066744ef284932f7a93544295d96e8 (diff) | |
Added an alias for updating discord (on Fedora)
1 files changed, 2 insertions, 0 deletions
| -rwxr-xr-x | .zshrc | 2 |
@@ -134,6 +134,8 @@ alias sda="sudo dnf autoremove -y" alias sdu="sudo dnf upgrade -y && sudo dnf autoremove -y && sudo youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash" 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" + # apt aliases # alias sasy="sudo apt install -y" |
