feat(zsh): remove p10k config from repo, update .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user