Line | |
---|
1 | # Enable colors and change prompt:
|
---|
2 | autoload -U colors && colors
|
---|
3 | PS1="%B%{$fg[magenta]%}%n %{$fg[blue]%}%~ %{$fg[grey]%}$%{$reset_color%}%b "
|
---|
4 |
|
---|
5 | #PS1="%B%{$fg[magenta]%}%n"
|
---|
6 | #PS1="%B%{$fg[red]%}"
|
---|
7 | #PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
---|
8 |
|
---|
9 | # Basic auto/tab complete:
|
---|
10 | autoload -U compinit
|
---|
11 | zstyle ':completion:*' menu select
|
---|
12 | zmodload zsh/complist
|
---|
13 | compinit
|
---|
14 | _comp_options+=(globdots) # Include hidden files.
|
---|
15 |
|
---|
16 | #source /run/current-system/profile/etc/profile.d/nix.sh
|
---|
17 |
|
---|
18 | #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
---|
19 | export SDKMAN_DIR="/home/w96k/.sdkman"
|
---|
20 | [[ -s "/home/w96k/.sdkman/bin/sdkman-init.sh" ]] && source "/home/w96k/.sdkman/bin/sdkman-init.sh"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.