-
If `script/bootstrap` is executed, zsh is not set as a standard shell.
```
chsh -s $(which zsh)
```
can do the job here
-
I've never been able to get autocompletion working for git aliases I've created. My shell-fu is very weak, but I've spent several days debugging this over the course of months to no avail. Hopefully I…
-
Hello friend! it's possible change the color line command, on windows?
ps: I realy not can change to unix system :/
My Hyper 😭 ![change1](https://user-images.githubusercontent.com/19254402/634531…
-
Currently there is an [article on the wiki](https://github.com/nix-community/nix-on-droid/wiki/SSH-access) stating how to manually set up an ssh daemon. Maybe this can be ported into a `nix-on-droid` …
-
### Description:
> using an alias stops auto-complete, so setting up an nx.plugin.zsh with the following disables fig...
alias pnx="pnpm exec nx"
### Details:
|macOS|Fig|Shell|
|-|-|-|
|12.3…
ghost updated
2 years ago
-
Hi
Thanks to all who where involved in creating this zsh completion …
I noticed that the completion is not working if I use 'git annex'. When using 'git-annex' it works. Fortunately, I don‘t use eit…
-
I'm using my own fork bradical/dotfiles@master of holman/dotfiles@master. I [added 'z'](https://github.com/bradical/dotfiles/tree/69418c0d2ad4307d8856cdea79b412cfa76bd511/system/z) to my dotfiles and …
-
I feel my zgen initialisation is quite slow because I’m using a bunch of oh-my-zsh plugins. I’m considering giving up on some functionality for the plugins that load slow.
What’s the best way to f…
-
Hi @petemcw thanks for this repo. I was researching new dotfiles repos to base a new one for me when I found yours, @holman's, and @alrra's to be my favorite ones (besides [my current one](https://git…
-
`dotfiles` is growing quite a lot, as it's aiming to setup the whole system, and the initial install is anything but quick because it downloads **a lot** of things. This is quite a pain when you simpl…