summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-12-05 21:28:15 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-12-05 21:28:15 +0200
commit38f5749f2a066744ef284932f7a93544295d96e8 (patch)
tree2957d6852f2af1becb896b568a085d7f77c45df0 /.zshrc
parent6f6b5544f1e722a6b8c75d087047e6a911e92e8f (diff)
downloaddotfiles-38f5749f2a066744ef284932f7a93544295d96e8.tar
dotfiles-38f5749f2a066744ef284932f7a93544295d96e8.tar.gz
dotfiles-38f5749f2a066744ef284932f7a93544295d96e8.zip
Fixed youtube-dl updating permission issue
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 6f2033e..c5656d8 100755
--- a/.zshrc
+++ b/.zshrc
@@ -131,7 +131,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 && sudo dnf autoremove -y && youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash"
+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"
# apt aliases
@@ -139,7 +139,7 @@ alias sds="sudo dnf search"
# alias sasy="sudo apt install -y"
# alias sary="sudo apt remove -y"
# alias saty="sudo apt autoremove -y"
-# alias sagt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash"
+# alias sagt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo youtube-dl --update && wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash"
alias ll="la -alF"
alias la="ls -A"