summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-12-08 09:41:06 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-12-08 09:41:06 +0200
commitc938b01e47d1c0a5e1709617a29fe0e1d52f0a53 (patch)
treeb49deeab05b667a44e26476cea90152a8e7a465e /.zshrc
parent38f5749f2a066744ef284932f7a93544295d96e8 (diff)
downloaddotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar
dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.tar.gz
dotfiles-c938b01e47d1c0a5e1709617a29fe0e1d52f0a53.zip
Added an alias for updating discord (on Fedora)
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index c5656d8..4623ee6 100755
--- a/.zshrc
+++ b/.zshrc
@@ -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"