AutoYADM commit: 2025-03-28 21:30:07
This commit is contained in:
parent
07e16f6396
commit
e82a873fcf
5 changed files with 2171 additions and 7 deletions
2165
.config/bat/ashen.tmTheme
Normal file
2165
.config/bat/ashen.tmTheme
Normal file
File diff suppressed because it is too large
Load diff
|
@ -7,6 +7,9 @@ direnv hook fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
set -x PATH $HOME/.local/bin $PATH
|
set -x PATH $HOME/.local/bin $PATH
|
||||||
|
abbr -a h hx
|
||||||
|
abbr -a gc git commit
|
||||||
|
abbr -a gco git checkout
|
||||||
# fish_vi_key_bindings
|
# fish_vi_key_bindings
|
||||||
# fish_vi_cursor
|
# fish_vi_cursor
|
||||||
# set -Ux TERM xterm-256color
|
# set -Ux TERM xterm-256color
|
||||||
|
|
|
@ -6,8 +6,8 @@ SETUVAR EDITOR:hx
|
||||||
SETUVAR --export TERM:xterm\x2d256color
|
SETUVAR --export TERM:xterm\x2d256color
|
||||||
SETUVAR --export XDG_CONFIG_HOME:/home/fic/\x2econfig
|
SETUVAR --export XDG_CONFIG_HOME:/home/fic/\x2econfig
|
||||||
SETUVAR Z_DATA_DIR:/home/fic/\x2elocal/share/z
|
SETUVAR Z_DATA_DIR:/home/fic/\x2elocal/share/z
|
||||||
SETUVAR --export __ABBR_TIPS_KEYS:a__autoyadm\x1ea__cat\x1ea__dnd\x1ea__h\x1ea__lg\x1ea__ls\x1ea__mailconf\x1ea__rm\x1ea__top\x1ea__yadmadd\x1ea__ylg\x1ea__z\x1ea__zi\x1egco
|
SETUVAR --export __ABBR_TIPS_KEYS:a__autoyadm\x1ea__cat\x1ea__dnd\x1ea__h\x1ea__lg\x1ea__ls\x1ea__mailconf\x1ea__rm\x1ea__top\x1ea__yadmadd\x1ea__ylg\x1ea__z\x1ea__zi\x1egco\x1egc
|
||||||
SETUVAR --export __ABBR_TIPS_VALUES:AUTOYADMPUSH\x3d1\x20\x7e/dev/autoyadm/autoyadm\x2esh\x1ebat\x1edragon\x2ddrop\x1ehx\x1elazygit\x1eexa\x20\x2d\x2dlong\x20\x2d\x2dgit\x20\x2d\x2dheader\x20\x2d\x2dicons\x1ey\x20\x7e/\x2econfig/mail\x1egomi\x1ebtop\x1e\x7e/dev/autoyadm/yadmadd\x2esh\x1eyadm\x20enter\x20lazygit\x1e__zoxide_z\x1e__zoxide_zi\x1egit\x20checkout
|
SETUVAR --export __ABBR_TIPS_VALUES:AUTOYADMPUSH\x3d1\x20\x7e/dev/autoyadm/autoyadm\x2esh\x1ebat\x1edragon\x2ddrop\x1ehx\x1elazygit\x1eexa\x20\x2d\x2dlong\x20\x2d\x2dgit\x20\x2d\x2dheader\x20\x2d\x2dicons\x1ey\x20\x7e/\x2econfig/mail\x1egomi\x1ebtop\x1e\x7e/dev/autoyadm/yadmadd\x2esh\x1eyadm\x20enter\x20lazygit\x1e__zoxide_z\x1e__zoxide_zi\x1egit\x20checkout\x1egit\x20commit
|
||||||
SETUVAR __fish_initialized:3800
|
SETUVAR __fish_initialized:3800
|
||||||
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
|
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
|
||||||
SETUVAR _fisher_gazorby_2F_fish_2D_abbreviation_2D_tips_files:\x7e/\x2econfig/fish/functions/__abbr_tips_bind_newline\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_bind_space\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_clean\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_init\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/abbr_tips\x2efish
|
SETUVAR _fisher_gazorby_2F_fish_2D_abbreviation_2D_tips_files:\x7e/\x2econfig/fish/functions/__abbr_tips_bind_newline\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_bind_space\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_clean\x2efish\x1e\x7e/\x2econfig/fish/functions/__abbr_tips_init\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/abbr_tips\x2efish
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
function h --wraps=hx --description 'alias h=hx'
|
|
||||||
hx $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -3,7 +3,7 @@
|
||||||
# preferred_background: 121212
|
# preferred_background: 121212
|
||||||
|
|
||||||
fish_color_normal B4B4B4
|
fish_color_normal B4B4B4
|
||||||
fish_color_command B4B4B4 -o
|
fish_color_command C4693D -o
|
||||||
fish_color_param D5D5D5
|
fish_color_param D5D5D5
|
||||||
fish_color_keyword B14242 -o
|
fish_color_keyword B14242 -o
|
||||||
fish_color_quote DF6464
|
fish_color_quote DF6464
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue