dotfiles/functions
bretello 7d9f73ec20
zsh: add watch_file command
uses inotifywait to watch writes on a file and executes a specific
action whenever this is changed (killing the previous process)
2024-01-09 15:53:20 +01:00
..
README.md zsh: refactor aliases/functions sourcing 2022-03-26 16:43:36 +01:00
asciinema.zsh zsh: cleanup colors/color functions 2024-01-09 15:42:43 +01:00
git.zsh zsh: cleanup git functions 2023-10-25 11:43:44 +02:00
man.zsh zsh: add fuzzyman command for fuzzy search of man pages (with preview) 2023-09-11 15:46:01 +02:00
misc.zsh zsh: add watch_file command 2024-01-09 15:53:20 +01:00
pacman.zsh zsh: add pacman module 2023-09-15 00:32:28 +02:00
python.zsh zsh: python: cleanup mkvenv 2023-11-11 23:33:50 +01:00
tracing.zsh zsh: add tracing module 2023-09-15 00:33:46 +02:00
vim.zsh zsh: vimscratch: add filetype arg 2023-10-25 11:45:54 +02:00
z.zsh zsh: functions: avoid using aliases when calling rm/mv 2023-07-08 10:18:04 +02:00

README.md

functions

Place custom functions definitions in this folder, with a .zsh extension. These files will be sourced on startup