Update .zshrc
Update .zshrc.local
This commit is contained in:
parent
3ff80a14a8
commit
43f8f65aa9
2 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
# Use GRML config
|
# Use GRML config
|
||||||
# install zsh-grml-config and edit .zshrc.pre and .zshrc.local
|
# 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"
|
||||||
|
|
|
@ -172,3 +172,4 @@ alias screen='tmux'
|
||||||
alias pp='python -mjson.tool'
|
alias pp='python -mjson.tool'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
alias vimdiff='nvim -d'
|
alias vimdiff='nvim -d'
|
||||||
|
alias kssh='kitten ssh'
|
||||||
|
|
Loading…
Reference in a new issue