[zsh] enhanced with zoxide
This commit is contained in:
parent
5863ea8b3c
commit
5159856338
@ -1,5 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
# zoxide
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = [ "--cmd cd" ];
|
||||
};
|
||||
|
||||
# zsh
|
||||
programs.zsh = {
|
||||
|
Reference in New Issue
Block a user