dotfiles/.zshrc

30 lines
1.1 KiB
Bash

# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '$HOME/.zshrc'
autoload -Uz compinit
compinit
##############################################################################
################
# Rainbow Prompt #
################
PS1='%B[%F{red}%n%F{green}@%F{blue}%m %F{purple}%~] %(!.#.$) %b%f'
##########
# Neofetch #
##########
neofetch
############################################################################
# (Syntax Highlighting) #
# Step 1. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git #
# Step 2. mv zsh-syntax-highlighting ~/.zsh-syntax-highlighting #
# Step 3. cd ~/.zsh-syntax-highlighting #
# Step 5. sudo make install #
############################################################################
source ./.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh