Commit Graph

23 Commits (a0c59850092e824de09b2dadc8b9f8e105d7bac5)

Author SHA1 Message Date
bretello 99baa7f1e0
zsh: automatically enable/disable python virtualenvs on chdir 2023-09-14 23:30:31 +02:00
bretello 39abcd4756
zsh: remove set -x from mangrep() definition 2023-09-14 23:30:30 +02:00
brethil d1135262de zsh: add fuzzyman command for fuzzy search of man pages (with preview) 2023-09-11 15:46:01 +02:00
bretello fbc6934f8f
functions: add vimscratch
use `vimscratch` to open a scratch vim buffer.

If run in a pipe, it uses `stdin` as input:

```bash
<command> | vimscratch
```
2023-08-23 13:52:35 +02:00
bretello 9ccf8699ec
zsh: functions: fix upload() 2023-07-10 09:12:50 +02:00
bretello d72886b6c1
zsh: functions: add watch_file function
this can be used to watch a file for changes and execute the
given action on changes.
2023-07-10 09:12:30 +02:00
bretello e08ee08768
zsh: functions: avoid using aliases when calling rm/mv 2023-07-08 10:18:04 +02:00
bretello a8c89d32c9
zsh: functions: add mangrep 2023-01-23 20:21:57 +01:00
bretello fd05f479d9
zsh: fix git completions for gbD/gbd 2022-12-30 16:01:16 +01:00
bretello ff696ac5db
functions: fix dotfiles_selfupdate 2022-12-23 13:38:20 +01:00
bretello 72a02e22e0
zsh: git: do not fail when aliases are undefined 2022-08-18 16:37:24 +02:00
karajan1001 b2df319e18 Add four new git function with the help of fzf 2022-08-18 20:56:34 +08:00
bretello dea326e488
vendored dependency: z (autojump) 2022-08-12 15:55:09 +02:00
bretello 2fb53e6f2b
zsh: functions: cleanup git functions, add git-show-changes 2022-06-21 23:06:21 +02:00
bretello 5f4b4538bb
zsh: functions: mkvenv: replace venv with virtualenv
virtualenv is faster than venv and also installs wheel by default
2022-06-21 23:05:35 +02:00
bretello f3bf033fb8
zsh functions: add -s flag to mkvenv 2022-05-03 10:16:05 +02:00
bretello dff98b066f
zsh functions: add python module 2022-04-29 11:16:39 +02:00
bretello 486ee8afbf
zsh: cleanup functions 2022-03-31 19:37:57 +02:00
bretello 0c95eef23a
zsh: extract git functions to `git.zsh` 2022-03-31 19:27:58 +02:00
bretello 21d9660e64
zsh: improve mkvenv function 2022-03-30 16:05:57 +02:00
bretello 0ed9e5373c
zsh: add asciinema-switch
helps switch different asciinema profiles
2022-03-26 16:43:46 +01:00
bretello 492205e86b
zsh: add mkvenv function 2022-03-26 16:43:36 +01:00
bretello 41b97a1be3
zsh: refactor aliases/functions sourcing 2022-03-26 16:43:36 +01:00