Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
755b3c6c4c | |||
4e44003d3c | |||
532bc838e5 | |||
63bd2e4bcd |
5 changed files with 9 additions and 2 deletions
|
@ -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
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
*
|
||||
|
||||
# except:
|
||||
!.ignore
|
||||
!.zshrc
|
||||
!.zprofile
|
||||
!.vimrc
|
||||
|
|
2
.ignore
Normal file
2
.ignore
Normal 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
2
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue