home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

zsh: add extraOptions for setopt

Open tonyxty opened this issue 10 months ago • 0 comments

Description

Something like

extraOptions = {
  auto_pushd = true;
  cd_silent = false;
};

turning into

setopt auto_pushd
setopt no_cd_silent

tonyxty avatar May 01 '24 03:05 tonyxty