removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

24
.zshrc Normal file
View file

@ -0,0 +1,24 @@
# 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 PATH=$PATH:$HOME/.local/bin
export EDITOR=nvim
# History
HISTFILE=~/.zsh_history
HISTSIZE=999999999
SAVEHIST=$HISTSIZE
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load
eval "$(starship init zsh)"