docs: update

This commit is contained in:
Dylan Araps 2019-06-12 20:51:56 +03:00
parent c0cfcb3b36
commit 4ac452cc64

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}"