mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-11 17:33:07 +01:00
lol do jujutsu zsh more sane
This commit is contained in:
8
home.nix
8
home.nix
@@ -1005,7 +1005,13 @@ in {
|
||||
initExtra = ''
|
||||
bindkey -v
|
||||
export TERM=xterm-256color
|
||||
'' + "\n" + builtins.readFile ./jujutsuzsh.lotsofcode;
|
||||
|
||||
# jujutsu setup
|
||||
# autoload -U compinit
|
||||
# compinit
|
||||
source <(jj util completion zsh)
|
||||
source <(COMPLETE=zsh jj)
|
||||
'';
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user