source: dotfiles/guix/.zshrc@ 20d7d4d

Last change on this file since 20d7d4d was 0d64484, checked in by Mikhail Kirillov <w96k@…>, on Jul 10, 2020 at 10:12:25 PM

Update config

  • Property mode set to 100644
File size: 736 bytes
Line 
1# Enable colors and change prompt:
2autoload -U colors && colors
3PS1="%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:
10autoload -U compinit
11zstyle ':completion:*' menu select
12zmodload zsh/complist
13compinit
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!!!
19export 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.