diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-16 18:13:16 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-16 18:13:16 -0400 |
| commit | 8fad9a5ecddc88d57a531e4b0084544984f23d25 (patch) | |
| tree | 84954bc8219942aa56bc899330ccd0007bbe0ef0 /.config/lazygit | |
| parent | 2887af7fcfb4d618dd13cf66ec2fbdbd84c7527c (diff) | |
Added profile and other missing configs
Diffstat (limited to '.config/lazygit')
| -rw-r--r-- | .config/lazygit/config.yml | 0 | ||||
| -rw-r--r-- | .config/lazygit/state.yml | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/lazygit/config.yml diff --git a/.config/lazygit/state.yml b/.config/lazygit/state.yml new file mode 100644 index 0000000..0047660 --- /dev/null +++ b/.config/lazygit/state.yml @@ -0,0 +1,8 @@ +lastupdatecheck: 0 +recentrepos: +- /Users/jmm/Documents/git/cfetch +- /Users/jmm/Documents/git/TextEditor +- /Users/jmm/Documents/git/JacobMcDonnell.com +startuppopupversion: 5 +customcommandshistory: [] +hidecommandlog: false |
