Commit Graph

25 Commits

Author SHA1 Message Date
Robert Morrison
ab222a30c7
fix(chpwd): fix chpwd
Dumb syntax error fix
2022-12-05 21:39:02 +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
9ff7659ada
Remove zkbd files.
No need to sync these over git as they are terminal and system specific
2022-02-20 01:42:49 +00:00
Robert Morrison
4970349c55
bugfix - load functions
Load functions by manipulating fpath
2022-02-20 01:40:09 +00:00
Robert Morrison
70822b11da
Update zshPlug to working version 2022-02-20 01:27:08 +00:00
Robert Morrison
acea2aed2c
Pull fixed zshPlug 2022-02-20 00:58:01 +00:00
Robert Morrison
bbf21d3b21
Functionify my tempPersist script 2022-02-20 00:11:49 +00:00
Robert Morrison
36fc496ecc
Changes to submodule 2022-02-20 00:09:34 +00:00
Robert Morrison
3244a8d7b8
Just some minor style change 2022-02-20 00:09:08 +00:00
Robert Morrison
376a8bd9c0
Add modeline to keyboard 2022-02-20 00:07:32 +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
3a11984112
Update dir_aliases
Update the directory aliases to use the hash builtin,
This allows better use of the aliases
2022-02-15 02:42:19 +00:00
Robert Morrison
64144cba89
Add readme 2022-02-15 02:21:05 +00:00
Robert Morrison
5fbbea0e71
Update submodule URL 2022-02-15 02:17:47 +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
b726613d94
Update aliases
Add a new alias to start vimwiki automatically
2022-02-02 17:37:11 +00:00
Robert Morrison
88065af313
Update .gitignore
Update the gitignore to ignore the .zcompdump file
this commit also removes the file from the repo
2022-02-02 17:34:39 +00:00
Robert Morrison
f9ef5dd344
Update keyboard
Fix spelling error in keyboard file and clarify error message
2022-02-02 17:30:54 +00:00
Robert Morrison
bbe4745c40
Update Keyboard
Update keyboard to move .zkbd to the ZDOTDIR
2022-02-02 17:29:57 +00:00
Robert Morrison
e1cac62062
Update zshrc
Add support for opam
2022-02-02 17:25:41 +00:00
Robert Morrison
38401cbb05
Create .gitignore
IGNORE: .zkbd/
there is no need to sync the .zkbd directory since it is meant to be
created as needed
2022-02-02 17:22:18 +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