diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index 3ca993a..a65a0ef 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -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 diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 64df288..863567a 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -7,4 +7,4 @@ layerrule = blur, launcher layerrule = ignorealpha 0.1, launcher # Disable maximize event -windowrulev2 = suppressevent maximize, class:.* +windowrulev2 = suppressevent maximize, class:.* \ No newline at end of file