mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-27 15:24:58 +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%
|