working almost
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user