diff options
author | Alan Pearce | 2023-04-17 20:52:26 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 953e349f13fcbd6d26cb373e8fd57923b461ee7e (patch) | |
tree | 3c5d573fc2678a859d499fe4a2c7d0adbc973cba /post/repository-management-with-ghq.md | |
parent | ffcad8f0f1a93e87b3aa8a4c65ec76f492dd6f80 (diff) | |
download | website-953e349f13fcbd6d26cb373e8fd57923b461ee7e.tar.lz website-953e349f13fcbd6d26cb373e8fd57923b461ee7e.tar.zst website-953e349f13fcbd6d26cb373e8fd57923b461ee7e.zip |
dotfiles -> nixfiles
Diffstat (limited to 'post/repository-management-with-ghq.md')
-rw-r--r-- | post/repository-management-with-ghq.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post/repository-management-with-ghq.md b/post/repository-management-with-ghq.md index c225ace..dd21db9 100644 --- a/post/repository-management-with-ghq.md +++ b/post/repository-management-with-ghq.md @@ -67,10 +67,10 @@ sequence: bindkey '\es' cd-project-widget ``` -Now I can press `M-s` in a shell, start typing "dotfiles" and press enter to `cd` -to my [dotfiles][] project. Pretty neat! +Now I can press `M-s` in a shell, start typing "nixfiles" and press enter to `cd` +to my [nixfiles][] project. Pretty neat! [ghq]:https://github.com/motemen/ghq [fzf]:https://github.com/junegunn/fzf [fzf-cd-widget]:https://github.com/junegunn/fzf/blob/337cdbb37c1efc49b09b4cacc6e9ee1369c7d76d/shell/key-bindings.zsh#L40-L54 -[dotfiles]:https://git.alanpearce.eu/dotfiles +[nixfiles]:https://git.alanpearce.eu/dotfiles |