mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
Fix zsh
This commit is contained in:
parent
eecf6b9165
commit
b1e09e6989
3 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ in
|
|||
style = "Block";
|
||||
unfocused_hollow = true;
|
||||
};
|
||||
shell = "/home/leon/.nix-profile/bin/zsh";
|
||||
#shell = "/usr/bin/zsh";
|
||||
#shell = "/usr/bin/fish";
|
||||
mouse = {
|
||||
double_click.threshold = 300;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
let
|
||||
wrapped =
|
||||
writeScriptBin "alacritty" ''
|
||||
writeScriptBin "alacritty"
|
||||
#!/bin/sh
|
||||
exec ${nixGL.nixGLIntel}/bin/nixGLIntel ${alacritty}/bin/alacritty "$@"
|
||||
'';
|
||||
|
|
1
zsh/.zshenv
Normal file
1
zsh/.zshenv
Normal file
|
@ -0,0 +1 @@
|
|||
ZDOTDIR=$HOME/.config/zsh
|
Loading…
Reference in a new issue