feat(zsh): remove p10k config from repo, update .gitignore

This commit is contained in:
Matej Janezic 2023-06-16 11:12:23 +02:00
parent df08ddeaf5
commit 60a32a46bd
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
3 changed files with 10 additions and 1625 deletions

12
.gitignore vendored
View File

@ -13,13 +13,19 @@
# zsh # zsh
!zsh !zsh
zsh/antigen.zsh zsh/*
zsh/completions/* !zsh/.zshrc
!zsh/.zshenv
!zsh/.zprofile
!zsh/scripts.zsh
!zsh/aliases.zsh
!zsh/completions/.keep !zsh/completions/.keep
# tmux # tmux
!tmux !tmux
tmux/plugins tmux/*
!tmux/tmux.conf
!tmux/tmux-sessionizer
# git # git
!git !git

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
alias z="exec zsh"
alias t="tmux a || tmux new-session -s janezicmatej -c ~" alias t="tmux a || tmux new-session -s janezicmatej -c ~"
alias n=nvim_ve alias n=nvim_ve
alias vim=nvim_ve alias vim=nvim_ve