update
This commit is contained in:
@@ -12,8 +12,9 @@ gtk-enable-input-feedback-sounds=0
|
|||||||
gtk-font-name=Sarasa UI SC, 10
|
gtk-font-name=Sarasa UI SC, 10
|
||||||
gtk-icon-theme-name=Papirus
|
gtk-icon-theme-name=Papirus
|
||||||
gtk-menu-images=true
|
gtk-menu-images=true
|
||||||
gtk-modules=colorreload-gtk-module
|
gtk-modules=colorreload-gtk-module:appmenu-gtk-module
|
||||||
gtk-primary-button-warps-slider=true
|
gtk-primary-button-warps-slider=true
|
||||||
|
gtk-shell-shows-menubar=1
|
||||||
gtk-sound-theme-name=ocean
|
gtk-sound-theme-name=ocean
|
||||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
|||||||
@@ -207,6 +207,22 @@ if (( $+commands[git] )); then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# jj
|
||||||
|
if (( $+commands[jj] )); then
|
||||||
|
jjc() {
|
||||||
|
jj describe -m "$*"
|
||||||
|
jj new
|
||||||
|
}
|
||||||
|
|
||||||
|
jjp() {
|
||||||
|
local branch pos
|
||||||
|
branch=${1:-master}
|
||||||
|
pos=${2:-@-}
|
||||||
|
jj bookmark move "$branch" --to "$pos"
|
||||||
|
jj git push
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
# Global aliases (can be used as part of a command)
|
# Global aliases (can be used as part of a command)
|
||||||
|
|
||||||
# wl-paste
|
# wl-paste
|
||||||
|
|||||||
Submodule config/wallpaper/Pictures/backgrounds updated: 1aa49ed039...e5c0e733d1
@@ -1,11 +1,11 @@
|
|||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "e84f4fe"
|
rev = "43c6978"
|
||||||
hash = "26db011a778f261d730d4f5f8bf24b3f"
|
hash = "26db011a778f261d730d4f5f8bf24b3f"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-enter"
|
use = "yazi-rs/plugins:smart-enter"
|
||||||
rev = "e84f4fe"
|
rev = "43c6978"
|
||||||
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|||||||
Reference in New Issue
Block a user