Commit graph

18 commits

Author SHA1 Message Date
Jonathan Hodgson
e113ed3992 adds noclobber and interactive comments 2024-02-19 07:03:44 +00:00
Jonathan Hodgson
6fa3f737e2 Work on openapi completion
Currently still a work in progress.

the bin/.bin/openapi file will be a bash script for interfacing with an
openapi file. Currently it does things like listing requests, servers,
and viewing a request in json format.

The function added to fzf.zsh adds a zsh widget so that I can press a
keybinding (in my case ^o) to complete the command. It uses the above
script and fzf to make the selection. Currently supports http / https /
curl

The widget looks for an environment variable called OPENAPI which should
point to the openapi file. This is set in zshrc if a project is set.
2022-10-04 11:42:47 +01:00
Jonathan Hodgson
b5f91ddfde Sets repdef environment variable in projects 2021-11-16 11:21:21 +00:00
Jonathan Hodgson
0fdbfe45b7 ZSH: checks for commands existance before running 2021-08-23 15:16:56 +01:00
Jonathan Hodgson
303ff410f7 REMIND/ZSH: set environment variables and alias
I have added an environment variable to make rem look for it's default
configuration file in ~/.config/remind/remind.rem

I have added an alias so rem will output in colour

I have made zsh run `rem` when I open a new terminal if I don't have a
project set. I may remove this in the future
2020-10-14 17:46:45 +01:00
Jonathan Hodgson
516af805c3 Adds git-fuzzy to zsh 2020-09-22 15:39:54 +01:00
Jonathan Hodgson
3a647e8756 Makes zsh expand initial command properly 2020-09-19 11:19:58 +01:00
Jonathan Hodgson
3ddbac879f Adds chaselinks option to zsh 2020-07-29 17:15:15 +01:00
Jonathan Hodgson
2c11d9db0a Makes zshrc source environment variables if not already set 2020-03-30 17:55:25 +01:00
Jonathan Hodgson
715b2b7d3e Lots of zsh changes 2020-03-11 11:30:54 +00:00
Jonathan Hodgson
eb594ac79b Work on snippets for zsh 2019-10-29 17:20:28 +00:00
Jonathan Hodgson
4b625841e0 zsh changes 2019-10-29 13:50:51 +00:00
Jonathan Hodgson
50c38d4349 Work on zsh fzf stuff 2019-10-23 20:31:35 +01:00
Jonathan Hodgson
dbfbbd2623 Many changes 2019-10-10 17:29:09 +01:00
Jonathan Hodgson
4d8c9b8e6d Fix zprofile link 2019-08-02 19:52:26 +01:00
Jonathan Hodgson
c191d2ddbc Stops zsh from trying to set the terminal color scheme over ssh 2019-08-02 19:47:24 +01:00
Jonathan Hodgson
6594691502 Adds colorscheme 2019-08-01 18:39:54 +01:00
Jonathan Hodgson
fdd31282c9 Moves zshrc and zprofile into stowable directory 2019-08-01 18:16:53 +01:00