Commit Graph

13 Commits

Author SHA1 Message Date
c2f60ba7fd
feat(zshrc): Enable more options and Document
- Extended Globbing
- Chase Dots
- Mark Dirs
- rm Star Wait
- Interactive comments

These options have been enabled as I belive that I will find them
useful. For more information on functionality please see appropriate
documentation.
2023-04-11 00:00:02 +01:00
ef86f64945
fix(zshrc): Allow loading local site-functions
Some programs install completion to `~/.local/zsh/site-functions`
adding this path to `fpath` allows them to be loaded by `compinit`
2023-04-01 22:03:34 +01:00
7ad661267e
fix(zshrc): check for homebrew first
make zsh check if the homebrew directory is present before attempting to
load it.
2023-04-01 21:57:33 +01:00
Robert Morrison
a91c9a530e
chore: Remove executable bit from files
none of these files need to be marked as executable...
2022-12-06 17:47:59 +00:00
Robert Morrison
5d1484881e
fix: add some compatibility options
this commit introduces the `has` function.
Now I can ensure that any command I want to alias or call is available
first.

This should allow the config to automatically slot in even where systems
aren't configured in the way I would expect
2022-12-05 21:29:10 +00:00
Robert Morrison
a029d2f348
Mega Commit
This commit is a sin.
But necessary
2022-12-05 21:03:45 +00:00
Robert Morrison
4970349c55
bugfix - load functions
Load functions by manipulating fpath
2022-02-20 01:40:09 +00:00
Robert Morrison
d038098795
Fixed some minor "errors"
Doesn't seem to have affected functionality but some neatness added
since ZDOTDIR is defined.

also fixed minor typo
2022-02-20 00:06:09 +00:00
Robert Morrison
6e00ee4a0e
Remove usage of Hidden Unicode
Replace the hidden unicode characters for "^X^E"
2022-02-15 02:03:53 +00:00
Robert Morrison
c8d0a8c855
Add support for gpg-agent
Load gpg-agent and ensure compatibility for SSH and other services.
This is needed to use smartcard based GPG authentication
2022-02-15 01:59:57 +00:00
Robert Morrison
e1cac62062
Update zshrc
Add support for opam
2022-02-02 17:25:41 +00:00
Robert Morrison
a2b2f52710
Stuff 2021-12-27 23:42:59 +00:00
Robert Morrison
bf2f207b59
Initial commit 2021-08-30 04:19:39 +01:00