diff options
| 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 |
| commit | c938b01e47d1c0a5e1709617a29fe0e1d52f0a53 (patch) | |
| tree | b49deeab05b667a44e26476cea90152a8e7a465e /.zshrc | |
| parent | 38f5749f2a066744ef284932f7a93544295d96e8 (diff) | |
| download | dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar.gz dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.zip | |
Added an alias for updating discord (on Fedora)
Diffstat (limited to '.zshrc')
| -rwxr-xr-x | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
