summaryrefslogtreecommitdiff
path: root/.zshrc
blob: 6fc3589686e696f451a8e784e69a69819947977d (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
setopt completealiases
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'

zmodload zsh/zprof
ZSH_CUSTOM="$HOME/.config/zsh"
ZSH_THEME="funky"
zstyle ':omz:update' mode auto
plugins=(
	aliases
	alias-finder
	archlinux
	cp
	copyfile
	copypath
	git
	git-commit
	git-escape-magic
	git-extras
	gitignore
	git-prompt
	kate
	man
	node
	npm
	pip
	podman
	poetry
	pre-commit
	python
	ssh
	sudo
	systemd
	zsh-interactive-cd
	zsh-navigation-tools
)

. /usr/share/oh-my-zsh/oh-my-zsh.sh
zprof