Update .zshrc

Update .zshrc.local
This commit is contained in:
Jinks 2024-10-06 21:35:16 +02:00
parent 3ff80a14a8
commit 43f8f65aa9
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,5 @@
# Use GRML config
# install zsh-grml-config and edit .zshrc.pre and .zshrc.local
# Created by `pipx` on 2024-05-23 20:51:41
export PATH="$PATH:/home/jinks/.local/bin"

View file

@ -172,3 +172,4 @@ alias screen='tmux'
alias pp='python -mjson.tool'
alias vim='nvim'
alias vimdiff='nvim -d'
alias kssh='kitten ssh'