Enable vterm directory and prompt tracking

This commit is contained in:
Tobias Ostner 2024-06-14 10:00:49 +02:00
parent d17a912bb3
commit 41dbda027d
2 changed files with 20 additions and 3 deletions

View file

@ -173,9 +173,7 @@
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
initExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
initExtra = builtins.readFile ../config/zsh/zshrc;
syntaxHighlighting.enable = true;
shellAliases = {
ls = "ls --color=auto -F";