Update 2024-01-24 08:02 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-24 08:02:39 +01:00
parent f475a76405
commit a01704a24b
2 changed files with 3 additions and 4 deletions

View File

@ -18,8 +18,7 @@ add "set -A complete_ifconfig_1 -- " "$(ifconfig | grep ^[a-z] | cut -d: -f1)"
add "set -A complete_amused_1 -- " "add flush jump load monitor next pause play prev repeat restart show status stop toggle"
add "set -A complete_got_1 -- " "$(got -h 2>&1 | sed -n s/commands://p)"
ARGS="install uninstall test update-patches update-plist lib-depends-check port-lib-depends-check clean show="
add "set -A complete_make_1 -- " "$ARGS"
add "set -A complete_make_1 -- " "$(sh ~/.ksh/complete.portvars)"
ARGS="reload restart stop start disable enable ls"
add "set -A complete_rcctl_1 -- " "$ARGS"
@ -29,6 +28,6 @@ add "set -A complete_xdl_1 -- " "$(cd ~/x && ls -d *)"
add "set -A complete_ytdl_1 -- " "$(cd ~/Videos/YouTube && ls -d *)"
add "set -A complete_cg -- " "bitreich cufflink efnet hackint ircnet liberachat oftc robustirc uugrn"
add "set -A complete_catgirl -- " "$(cd ~/.config/catgirl && ls *)"
add "set -A complete_man -- " "port-modules bsd.port.mk ports packages dpb make ffmpeg-complete mpv cabal-module cargo-module go-module gnome-module python-module qmake-module ruby-module cargo"

2
.kshrc
View File

@ -30,7 +30,7 @@ export LANG LC_ALL LC_MESSAGES LC_NUMERIC LC_TIME
### SOFTWARE PREFERENCES
EDITOR="vim"
VISUAL="vim"
BROWSER="chrome"
BROWSER="luakit"
PAGER="less"
export EDITOR VISUAL BROWSER PAGER