Commit Graph

6 Commits

Author SHA1 Message Date
Pablo Santiago Blum de Aguiar
0eeacf0684 omf.packages.name: Fix regex by escaping a dot
Fix #901
2022-05-31 21:14:44 +02:00
Marcelo dos Santos Mafra
0b1396ad79
Change "install" to "activate" to make omf theme doc clearer (#816)
* As omf theme <name> won't install a theme per se, changing "install" to "activate" seems clearer. So omf theme will list installed and available themes, activate a installed one, but won't install one.

* As omf theme <name> won't install a theme per se, changing "install" to 
"activate" seems clearer. So omf theme will list installed and available 
themes, activate a installed one, but won't install one.
2021-03-03 23:17:11 +01:00
Pablo Santiago Blum de Aguiar
1c14af38b9 Fix mismatched brackets error in omf list on Fish 2.2
Ref #707
2020-12-11 21:35:21 +01:00
Pablo Santiago Blum de Aguiar
b2643e95a2 Assert output content in basic tests 2020-12-11 21:33:32 +01:00
Itzik Ephraim
a6a67be60b Use posix stderr redirection (2> instead of ^)
Fish is deprecating `^` as a shortcut for stderr redirection.
Replace with the more common and compatible `2>`.

Fixes #609
2018-06-09 01:23:32 +03:00
Bruno Pinto
ea4d78ffc3 Basic omf tests 2015-12-19 11:46:09 +00:00