feat(zsh): remove p10k config from repo, update .gitignore
This commit is contained in:
parent
df08ddeaf5
commit
60a32a46bd
|
@ -13,13 +13,19 @@
|
|||
|
||||
# zsh
|
||||
!zsh
|
||||
zsh/antigen.zsh
|
||||
zsh/completions/*
|
||||
zsh/*
|
||||
!zsh/.zshrc
|
||||
!zsh/.zshenv
|
||||
!zsh/.zprofile
|
||||
!zsh/scripts.zsh
|
||||
!zsh/aliases.zsh
|
||||
!zsh/completions/.keep
|
||||
|
||||
# tmux
|
||||
!tmux
|
||||
tmux/plugins
|
||||
tmux/*
|
||||
!tmux/tmux.conf
|
||||
!tmux/tmux-sessionizer
|
||||
|
||||
# git
|
||||
!git
|
||||
|
|
1622
zsh/.p10k.zsh
1622
zsh/.p10k.zsh
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,4 @@
|
|||
alias z="exec zsh"
|
||||
alias t="tmux a || tmux new-session -s janezicmatej -c ~"
|
||||
alias n=nvim_ve
|
||||
alias vim=nvim_ve
|
||||
|
|
Loading…
Reference in New Issue