More zsh settings
This commit is contained in:
parent
cda6be3a44
commit
8530a3dfa4
1 changed files with 5 additions and 1 deletions
|
@ -8,8 +8,12 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
autocd = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
history.path = "\$HOME/.config/zsh/zsh_history";
|
history = {
|
||||||
|
expireDuplicatesFirst = true;
|
||||||
|
path = "\$HOME/.config/zsh/zsh_history";
|
||||||
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue