Compare commits

...

2 commits

Author SHA1 Message Date
vanten-s 9edc96fceb
Merge branch 'main' of git.vanten-s.com:vanten-s/dotfiles 2024-03-26 17:02:35 +01:00
vanten-s e4bda67f86
added direnv 2024-03-26 17:01:59 +01:00

View file

@ -29,3 +29,5 @@ alias nix-shell='nix-shell --run zsh'
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
eval "$(direnv hook zsh)"