shell fixes
This commit is contained in:
parent
274576f829
commit
47b35640dc
|
@ -8,6 +8,7 @@
|
|||
x = "startx";
|
||||
rm = "rm -i";
|
||||
cal = "cal -m";
|
||||
ls = "ls --color";
|
||||
};
|
||||
envExtra = ''
|
||||
export PS1=$'%B%n%b@%B%m%b: %~\nλ '
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user