Compare commits

...
Sign in to create a new pull request.

4 commits
work ... master

5 changed files with 9 additions and 2 deletions

View file

@ -45,3 +45,7 @@ wheel_scroll_multiplier 5.0
# more terminals in my terminal
enabled_layouts tall:bias=50;full_size=1;mirrored=false
#map ctrl+shift+enter make me a new fucking window
# set opacity with keybind
#map alt+t set_background_opacity +0.1
#map alt+shift+t set_background_opacity -0.1

@ -1 +1 @@
Subproject commit 58a6274c3ce43e5cc738400a3700d31649d0af85
Subproject commit 478a16e9f160776f9693824769e5c3dc3cf51089

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*
# except:
!.ignore
!.zshrc
!.zprofile
!.vimrc

2
.ignore Normal file
View file

@ -0,0 +1,2 @@
# don't ignore my fucking home dir, the .gitignore is just because my home is a git repo
!**

2
.zshrc
View file

@ -422,7 +422,7 @@ function load_nvm() {
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
}
alias nvim="load_nvm&&nvi"
alias nvim="load_nvm&&nvim"
alias hx="load_nvm&&hx"
# zprof