Update 2024-01-24 08:02 OpenBSD/amd64-x13
This commit is contained in:
parent
f475a76405
commit
a01704a24b
@ -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_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)"
|
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 -- " "$(sh ~/.ksh/complete.portvars)"
|
||||||
add "set -A complete_make_1 -- " "$ARGS"
|
|
||||||
|
|
||||||
ARGS="reload restart stop start disable enable ls"
|
ARGS="reload restart stop start disable enable ls"
|
||||||
add "set -A complete_rcctl_1 -- " "$ARGS"
|
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_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"
|
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
2
.kshrc
@ -30,7 +30,7 @@ export LANG LC_ALL LC_MESSAGES LC_NUMERIC LC_TIME
|
|||||||
### SOFTWARE PREFERENCES
|
### SOFTWARE PREFERENCES
|
||||||
EDITOR="vim"
|
EDITOR="vim"
|
||||||
VISUAL="vim"
|
VISUAL="vim"
|
||||||
BROWSER="chrome"
|
BROWSER="luakit"
|
||||||
PAGER="less"
|
PAGER="less"
|
||||||
export EDITOR VISUAL BROWSER PAGER
|
export EDITOR VISUAL BROWSER PAGER
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user