Skip to content

Commit

Permalink
ghostty changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 20, 2024
1 parent 75d776d commit cba1f19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/mac-dot-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export SOPS_AGE_KEY_FILE=~/.config/sops/age/keys.txt
# path fix for homebrew
export PATH=$PATH:/opt/homebrew/bin/
export PATH=$PATH:/Users/alex/go/bin
export EDITOR=vi
#export EDITOR=vi
export VISUAL=/etc/profiles/per-user/alex/bin/nvim
export EDITOR=/etc/profiles/per-user/alex/bin/nvim
export TERM=xterm

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
Expand Down
3 changes: 2 additions & 1 deletion hosts/common/darwin-common-dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"/Applications/Plexamp.app"
"/Applications/Ghostty.app"
"/Applications/iTerm.app"
"/Applications/Ghostty.app"
];
};
}
}

0 comments on commit cba1f19

Please sign in to comment.