diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-14 08:16:22 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-14 08:17:07 +0200 |
commit | 7e1be248c2f554c4152c66bd55a5e0b1031eaeb4 (patch) | |
tree | 6ddb4864c753cb2a4350e33aaa2c79e7101ab04b /profiles/base | |
parent | 1033f3c7da39f8ca9765e222ed281be9f6f311e3 (diff) | |
download | gentoo-personal-overlay-7e1be248c2f554c4152c66bd55a5e0b1031eaeb4.tar.gz gentoo-personal-overlay-7e1be248c2f554c4152c66bd55a5e0b1031eaeb4.tar.bz2 gentoo-personal-overlay-7e1be248c2f554c4152c66bd55a5e0b1031eaeb4.zip |
profiles/basse: add vim and vim-syntax and bash-completion
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index fd6055e..88699e2 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -12,7 +12,8 @@ ACCEPT_LICENSE="*" USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev" USE="$USE ncurses readline" USE="$USE curl http2" -USE="$USE zsh-completion" +USE="$USE zsh-completion bash-completion" +USE="$USE vim vim-syntax" L10N="en cs" LINGUAS="en cs" |