mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12: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";
|
style = "Block";
|
||||||
unfocused_hollow = true;
|
unfocused_hollow = true;
|
||||||
};
|
};
|
||||||
shell = "/home/leon/.nix-profile/bin/zsh";
|
#shell = "/usr/bin/zsh";
|
||||||
#shell = "/usr/bin/fish";
|
#shell = "/usr/bin/fish";
|
||||||
mouse = {
|
mouse = {
|
||||||
double_click.threshold = 300;
|
double_click.threshold = 300;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
let
|
let
|
||||||
wrapped =
|
wrapped =
|
||||||
writeScriptBin "alacritty" ''
|
writeScriptBin "alacritty" ''
|
||||||
writeScriptBin "alacritty"
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ${nixGL.nixGLIntel}/bin/nixGLIntel ${alacritty}/bin/alacritty "$@"
|
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