docs: update

This commit is contained in:
Dylan Araps 2019-06-12 20:51:56 +03:00
parent c0cfcb3b36
commit 4ac452cc64
1 changed files with 1 additions and 1 deletions

View File

@ -2889,7 +2889,7 @@ get_term() {
term="${name##*/}"
# Fix wrapper names in NixOS.
# Fix wrapper names in Nix.
[[ $term == .*-wrapped ]] && {
term="${term#.}"
term="${term%-wrapped}"