Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed May 23, 2024
1 parent ac03070 commit d6a9889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/zsh/user/zsh.d/71_vendor_aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [[ -n "${DISTRO}" ]]; then
alias apts="apt search"
alias apti="apt install"
alias apt-upgrade="sudo -s <<< 'apt --yes update && apt --yes upgrade && apt --yes autoremove && apt --yes autoclean'"
alias apt-upgrade-full="sudo -s <<< 'subcmds=(update full-upgrade autoremove autoclean); for subcmd in \"\${subcmds}\"; do apt -y \"\${subcmd}\"; done; unset subcmds subcmd >/dev/null 2>&1; done'"
alias apt-upgrade-full="sudo -s <<< 'subcmds=(update full-upgrade autoremove autoclean); for subcmd in \"\${subcmds}\"; do apt -y \"\${subcmd}\"; done; unset subcmds subcmd >/dev/null 2>&1'"
elif [[ ${DISTRO} == "Android" ]] || [[ ${DISTRO} == "Termux" ]] && [[ "${commands[pkg]}" ]]; then
alias pkgi="pkg install"
alias pkgs="pkg search"
Expand Down

0 comments on commit d6a9889

Please sign in to comment.