source: dotfiles/guix/.zshrc@ bc317cb

Last change on this file since bc317cb was 9989e84, checked in by Mikhail Kirillov <w96k@…>, on Apr 13, 2020 at 7:41:10 PM

Update everything

  • Property mode set to 100644
File size: 538 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
Note: See TracBrowser for help on using the repository browser.