Updated config
This commit is contained in:
parent
8b6314369f
commit
e507fa8e2d
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Git
|
||||
alias g "git"
|
||||
alias gc "git clone"
|
||||
alias gd "git diff"
|
||||
alias gd "git diff --ignore-space-at-eol"
|
||||
alias gl "git log --oneline"
|
||||
alias gp "git pull"
|
||||
alias gs "git status"
|
||||
|
@ -15,7 +15,7 @@ alias gts "gotestsum"
|
|||
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
|
||||
alias h "home"
|
||||
alias hs "home status"
|
||||
alias hd "home diff"
|
||||
alias hd "home diff --ignore-space-at-eol"
|
||||
alias hp "home pull"
|
||||
|
||||
# Hyperfine
|
||||
|
|
|
@ -7,4 +7,4 @@ layerrule = blur, launcher
|
|||
layerrule = ignorealpha 0.1, launcher
|
||||
|
||||
# Disable maximize event
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
Loading…
Add table
Add a link
Reference in a new issue