-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
26 lines (20 loc) · 779 Bytes
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Path to oh-my-zsh installation.
export ZSH="/home/archval/.oh-my-zsh"
# oh-my-zsh plugins
plugins=(git)
source $ZSH/oh-my-zsh.sh
# User configuration
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
# Pywal configuration
# Import colorscheme from 'wal' asynchronously
# & # Run the process in the background.
# ( ) # Hide shell job control messages.
(cat ~/.cache/wal/sequences &)
# To add support for TTYs this line can be optionally added.
source ~/.cache/wal/colors-tty.sh