Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: remove charset.alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 14, 2019
1 parent 2208fd3 commit 92238c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ pkg_junk() (
# built packages. This default assumes a prefix of '/usr' though the
# user can further configure it to search whatever paths they desire.
rm_default=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1
rm_default=$rm_default:usr/share/gettext:usr/share/locale:usr/share/zsh
rm_default=$rm_default:usr/share/gettext:usr/share/locale
rm_default=$rm_default:etc/bash_completion.d:usr/share/applications
rm_default=$rm_default:usr/lib/charset.alias

# Split the environment variable on ':' and turn it into an argument
# list. This works exactly like '$KISS_PATH'.
Expand Down Expand Up @@ -1018,7 +1019,7 @@ args() {
;;

v|version|-v|--version)
log kiss 0.52.0
log kiss 0.53.0
;;

h|help|-h|--help|'')
Expand Down

0 comments on commit 92238c6

Please sign in to comment.