working almost

This commit is contained in:
Tyler Mac
2026-08-20 08:47:54 -04:00
parent 86120dcd8d
commit 924cdb2e08
8 changed files with 249 additions and 364 deletions
+13
View File
@@ -0,0 +1,13 @@
# ZSH configuration that works with Nix
# This file should be sourced from your shell config
# Aliases
alias g="git"
alias docker="docker"
alias h="htop"
# Path setup for Nix packages
export PATH="/nix/var/nix/profiles/default/bin:$PATH"
# Enable syntax highlighting
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)