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