We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7f74e commit f53bc53Copy full SHA for f53bc53
1 file changed
main/static/setup.sh
@@ -4,7 +4,7 @@ yes | sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --d
4
# Sets up zsh config
5
cat << EOF > ~/.zshrc
6
autoload -U colors && colors
7
-PS1="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
+PS1="%{\$fg[red]%}%n%{\$reset_color%}@%{\$fg[blue]%}%m %{\$fg[yellow]%}%~ %{\$reset_color%}%% "
8
bindkey "^[[1;5C" forward-word
9
bindkey "^[[1;5D" backward-word
10
EOF
0 commit comments