Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,358 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 repository
- maximbaz/Hauk Java
Created a pull request in romkatv/zsh4humans that received 3 comments
Use command instead of which
When I ssh'd to some server I got this:
z4h: installing tmux
/home/maximbaz/.cache/zsh4humans/v5/zsh4humans/sc/install-tmux: line 307: which: comma…
Opened 3 other pull requests in 1 repository
bilde2910/Hauk
2
open
1
merged
Reviewed 6 pull requests in 1 repository
Created an issue in kovidgoyal/kitty that received 2 comments
Initial window size is occasionally incorrect on sway
I added the following to the very top of my .zshrc:
print -Pr -- "[%*] PID=$$, LINES=$LINES, COLUMNS=$COLUMNS" >>/tmp/size.log
kitty +kitten icat -…