Tmuxinator configured with special alises

This commit is contained in:
Jack Mechem 2026-05-23 18:13:16 -07:00
parent 0c40918c45
commit f0d7f531e9
Signed by: jackmechem
SSH key fingerprint: SHA256:GjIjMAC33pzYOe+hWcX5uvgnPrVFAXSrquvt84AOJbU
4 changed files with 34 additions and 40 deletions

View file

@ -10,20 +10,6 @@
# inherit shellAliases;
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
initContent = ''
ZSH_AUTOSUGGEST_USE_ASYNC=false
fastfetch -c examples/11
if [[ -n "$IN_NIX_SHELL" ]]; then
PROMPT="%F{blue}[nix-shell]%f $PROMPT"
fi
nix() {
if [[ "$1" == "develop" ]]; then
command nix develop -c zsh "''${@:2}"
else
command nix "$@"
fi
}
'';
oh-my-zsh = {
enable = true;
theme = "gentoo";