diff options
Diffstat (limited to '.local/share/navi/cheats/robertgzr__cheats/gentoo')
| -rw-r--r-- | .local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat | 17 | ||||
| -rw-r--r-- | .local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat | 10 |
2 files changed, 0 insertions, 27 deletions
diff --git a/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat b/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat deleted file mode 100644 index 627ff70..0000000 --- a/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat +++ /dev/null @@ -1,17 +0,0 @@ - -% openrc - -# OpenRC service start -doas rc-service <svc> start - -# OpenRC service restart -doas rc-service <svc> restart - -# OpenRC service stop -doas rc-service <svc> stop - -# OpenRC service status -doas rc-service <svc> status - -# OpenRC runlevel change -doas rc <runlevel> diff --git a/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat b/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat deleted file mode 100644 index 6bfe040..0000000 --- a/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat +++ /dev/null @@ -1,10 +0,0 @@ - -% gentoo, eix - -# list installed pkgs - -eix-installed -a - -# list installed unstable pkgs - -eix-installed -a | grep 9999 |