dotfiles/functions
bretello 41eb8f1a5f zsh: vimscratch: add filetype arg
Allows setting filetype for vimscratch command.

Usage: `<command> | vimscratch [filetype]`.

For example:

```bash
curl https://myip.wtf/json | vimscratch json
```
Will open the output of the curl command as a json
temporary file in vim.
2023-10-25 11:45:54 +02:00
..
README.md zsh: refactor aliases/functions sourcing 2022-03-26 16:43:36 +01:00
asciinema.zsh zsh: add asciinema-switch 2022-03-26 16:43:46 +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: avoid printing command name in completion wrapper 2023-10-25 11:34:36 +02:00
pacman.zsh zsh: add pacman module 2023-09-15 00:32:28 +02:00
python.zsh zsh: automatically enable/disable python virtualenvs on chdir 2023-09-14 23:30:31 +02: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