Restructure to monorepo
This commit is contained in:
parent
2d7c3cd696
commit
b37fcbd18f
35 changed files with 1 additions and 2 deletions
23
linux/.zshrc
Normal file
23
linux/.zshrc
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Created by newuser for 5.9
|
||||
|
||||
# Binds
|
||||
bindkey '^H' backward-kill-word
|
||||
bindkey '5~' kill-word
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
bindkey -s '^O' 'cd ..\n'
|
||||
|
||||
# Vars
|
||||
export GOPATH=$HOME/.local/go
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
export EDITOR=nvim
|
||||
|
||||
# History
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=999999999
|
||||
SAVEHIST=$HISTSIZE
|
||||
|
||||
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
||||
antidote load
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue