{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":162295765,"defaultBranch":"master","name":"dotfiles","ownerLogin":"nickjj","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-12-18T13:53:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/813219?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1545141252.0","currentOid":""},"activityList":{"items":[{"before":"29b25ef9cf9472385457e91fa72ba0759de41fba","after":"7046f7d8c3edd3b174864884bf18a6a36753a706","ref":"refs/heads/master","pushedAt":"2024-04-16T00:08:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Update Vim spellcheck dictionary","shortMessageHtmlLink":"Update Vim spellcheck dictionary"}},{"before":"d3c2b74f50e786edf78eceaa5359145f6f370eb3","after":"29b25ef9cf9472385457e91fa72ba0759de41fba","ref":"refs/heads/master","pushedAt":"2024-04-07T22:56:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Update Vim spellcheck dictionary","shortMessageHtmlLink":"Update Vim spellcheck dictionary"}},{"before":"893093a6f40cc1238ef4e39674cd5f52242abe5c","after":"d3c2b74f50e786edf78eceaa5359145f6f370eb3","ref":"refs/heads/master","pushedAt":"2023-11-11T14:13:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Add 100% height to FZF preview window","shortMessageHtmlLink":"Add 100% height to FZF preview window"}},{"before":"724a4ced674d2bb40f8d0bf1817c46761d1a3100","after":"893093a6f40cc1238ef4e39674cd5f52242abe5c","ref":"refs/heads/master","pushedAt":"2023-11-11T13:27:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Preview files for FZF's CTRL + T binding\n\nI moved loading aliases to the bottom of the rc file so that the env\nvariable is set for the pf alias.","shortMessageHtmlLink":"Preview files for FZF's CTRL + T binding"}},{"before":"87011433199d88246f8c344f3933c728b06809d9","after":"724a4ced674d2bb40f8d0bf1817c46761d1a3100","ref":"refs/heads/master","pushedAt":"2023-07-29T21:53:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Update Vim's spellcheck dictionary","shortMessageHtmlLink":"Update Vim's spellcheck dictionary"}},{"before":"14e0194462dc4fb25eb4ec8f57b0004069fe77f0","after":"87011433199d88246f8c344f3933c728b06809d9","ref":"refs/heads/master","pushedAt":"2023-07-01T14:29:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Support passing in any args to ppjson","shortMessageHtmlLink":"Support passing in any args to ppjson"}},{"before":"49529bfc4e3228662b2049cd7c54f9025d14e545","after":"14e0194462dc4fb25eb4ec8f57b0004069fe77f0","ref":"refs/heads/master","pushedAt":"2023-07-01T14:00:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Add script to pretty print json","shortMessageHtmlLink":"Add script to pretty print json"}},{"before":"fa787fa1955d04d45d70ca4efd3eb455e8da21d8","after":"49529bfc4e3228662b2049cd7c54f9025d14e545","ref":"refs/heads/master","pushedAt":"2023-05-06T14:20:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Ensure history is restored in the current shell\n\nOriginally I avoided adding this because I didn't want to duplicate the\n50000 value that's defined in my zshrc file for HISTSIZE.\n\nBut I noticed SAVEHIST is also defined there which doesn't get modified\nin the current shell from the start-rec alias. Yay for avoiding\nduplication while still being clear enough on what's happening.","shortMessageHtmlLink":"Ensure history is restored in the current shell"}},{"before":"07c2b0f8ec34b86c1138c47402ac9acd790a67ab","after":"fa787fa1955d04d45d70ca4efd3eb455e8da21d8","ref":"refs/heads/master","pushedAt":"2023-05-05T12:26:27.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Fix current shell history in start/stop-record\n\nSince I moved everything into their own dedicated shell scripts, running\ncommands in the script to modify the current shell didn't work anymore.\n\nNow I've created new aliases so I can clear the history in my current\nshell so that my current shell's history is empty right after running\nthe start-rec alias.\n\nThis has an added benefit of making the dedicated scripts more portable\nbecause now they work the same in bash and zsh since the current shell\nrelated bits are moved to an alias. In this case both bash and zsh\nsupport setting 0 as the HISTSIZE so the alias works in both shells.\n\nHowever the rm command had issues with zsh when there were no tmp files\nto delete due to how it handles the star. That problem is gone now that\nthe script has been set back to use bash.","shortMessageHtmlLink":"Fix current shell history in start/stop-record"}},{"before":"baf052532e7239e274681bf49da466caa986b3ab","after":"07c2b0f8ec34b86c1138c47402ac9acd790a67ab","ref":"refs/heads/master","pushedAt":"2023-03-28T10:22:14.801Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Replace return with exit\n\nNow that this is in its own dedicated script and not sitting in an alias\nfunction we need to exit here.","shortMessageHtmlLink":"Replace return with exit"}},{"before":"7acc080547b1ece7874050baa78d87f1fcd7c0a9","after":"baf052532e7239e274681bf49da466caa986b3ab","ref":"refs/heads/master","pushedAt":"2023-03-28T10:19:14.045Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Convert alias functions into separate scripts","shortMessageHtmlLink":"Convert alias functions into separate scripts"}},{"before":"962158c3533848e2de0826d48baf9b1b499c78b3","after":"7acc080547b1ece7874050baa78d87f1fcd7c0a9","ref":"refs/heads/master","pushedAt":"2023-03-25T13:54:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nickjj","name":"Nick Janetakis","path":"/nickjj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813219?s=80&v=4"},"commit":{"message":"Update Vim test container name\n\nI haven't used Webpack in a long time, this new name is also generic\nacross all of the projects I work on.","shortMessageHtmlLink":"Update Vim test container name"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMXWxqAA","startCursor":null,"endCursor":null}},"title":"Activity ยท nickjj/dotfiles"}