oeu
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
path = "${config.home.homeDirectory}/.zsh_history";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
# Custom prompt or additional configuration
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
setopt HIST_FIND_NO_DUPS
|
||||
@@ -102,7 +102,7 @@
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
|
||||
# Bat (better cat)
|
||||
|
||||
@@ -102,10 +102,7 @@
|
||||
ctrl + lalt - b : yabai -m config window_border off
|
||||
shift + ctrl + lalt - b : yabai -m config window_border on
|
||||
|
||||
## Misc
|
||||
# Open new Alacritty window
|
||||
cmd - return : kitty
|
||||
cmd - o : yabai -m window $(yabai -m query --windows | jq '.[] | select(.app==".kitty-wrapped") | .id') --space $(yabai -m query --spaces | jq '.[] | select(.has-focus==1) .id')
|
||||
lalt - return : kitty
|
||||
'';
|
||||
}
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
# Zsh configuration for macOS
|
||||
programs.zsh = lib.mkIf config.programs.zsh.enable {
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
# Add Homebrew to PATH if it exists
|
||||
if [[ -d /opt/homebrew/bin ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
Reference in New Issue
Block a user