Skip to content

Commit

Permalink
Update package-manager.aliases.bash
Browse files Browse the repository at this point in the history
better wording for the comment of 'ers'
  • Loading branch information
blackteahamburger authored Jan 14, 2024
1 parent 0aae30e commit 14ba7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aliases/package-manager.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if _omb_util_binary_exists emerge; then
alias eb="${_omb_tmp_sudo}ebuild" # Enoch Build
alias er="${_omb_tmp_sudo}emerge -c" # Enoch Remove
alias emfu="${_omb_tmp_sudo}emerge --sync && ${_omb_tmp_sudo}emerge -uDN @world" # Enoch Upgrade System
# Deprecated, retained for backwards compatibility
alias ers="${_omb_tmp_sudo}emerge -c" # Enoch Remove Systempackage
# Deprecated, retained for backward compatibility. Use `er` instead.
alias ers="${_omb_tmp_sudo}emerge -c"
fi
if _omb_util_binary_exists eclean; then
alias ecd="${_omb_tmp_sudo}eclean-dist -d" # Enoch Clean Repository Source Files
Expand Down

0 comments on commit 14ba7e1

Please sign in to comment.