nvchad
This commit is contained in:
12
modules/home/zsh/.zshrc
Normal file
12
modules/home/zsh/.zshrc
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=10000
|
||||
setopt autocd extendedglob nomatch notify
|
||||
unsetopt beep
|
||||
bindkey -v
|
||||
|
||||
zstyle :compinstall filename '/home/poslop/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
@@ -1,6 +1,11 @@
|
||||
{ username, ... }:
|
||||
{
|
||||
config.hjem.users.${username}.rum.programs.zsh = {
|
||||
enable = true;
|
||||
# hj.rum.programs.zsh = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
hj = {
|
||||
files = {
|
||||
".zshrc".source = ./.zshrc;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user