AutoYADM commit: 2025-03-27 19:35:17
This commit is contained in:
parent
b118428cdd
commit
3a587b2300
4 changed files with 15 additions and 0 deletions
|
@ -2,6 +2,9 @@ if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
|
starship init fish | source
|
||||||
|
direnv hook 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
|
||||||
# set -Ux TERM xterm-256color
|
# set -Ux TERM xterm-256color
|
||||||
|
|
4
.config/fish/functions/autoyadm.fish
Normal file
4
.config/fish/functions/autoyadm.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function autoyadm --wraps='AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh' --description 'alias autoyadm=AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh'
|
||||||
|
AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/dnd.fish
Normal file
4
.config/fish/functions/dnd.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function dnd --wraps=dragon-drop --description 'alias dnd=dragon-drop'
|
||||||
|
dragon-drop $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/yadmadd.fish
Normal file
4
.config/fish/functions/yadmadd.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function yadmadd --wraps='~/dev/autoyadm/yadmadd.sh' --description 'alias yadmadd=~/dev/autoyadm/yadmadd.sh'
|
||||||
|
~/dev/autoyadm/yadmadd.sh $argv
|
||||||
|
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue