mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-08 16:17:22 +08:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
setopt localoptions pipefail
|
|
|
|
print -l ${(k)functions} | fzf --height=50%
|