Skip to content

Commit f53bc53

Browse files
author
emily747
committed
fix zsh issue
1 parent ac7f74e commit f53bc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/static/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ yes | sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --d
44
# Sets up zsh config
55
cat << EOF > ~/.zshrc
66
autoload -U colors && colors
7-
PS1="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
7+
PS1="%{\$fg[red]%}%n%{\$reset_color%}@%{\$fg[blue]%}%m %{\$fg[yellow]%}%~ %{\$reset_color%}%% "
88
bindkey "^[[1;5C" forward-word
99
bindkey "^[[1;5D" backward-word
1010
EOF

0 commit comments

Comments
 (0)