mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-09 18:03:10 +00:00
chore(config): fish config tweaks and function fix
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
# ASDF configuration code
|
# ASDF configuration code
|
||||||
source $HOME/.local/asdf/asdf.fish
|
source $HOME/.local/asdf/asdf.fish
|
||||||
|
|
||||||
fish_add_path $HOME/.cargo/bin
|
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
fish_add_path $HOME/.local/share/nvim/mason/bin
|
fish_add_path $HOME/.local/share/nvim/mason/bin
|
||||||
fish_add_path $HOME/.local/state/composer/vendor/bin
|
fish_add_path $HOME/.local/state/composer/vendor/bin
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
function ll --wraps=ls --wraps=exa_git --description 'alias ll exa_git'
|
function ll --wraps=exa_git --description 'alias ll exa_git'
|
||||||
exa_git $argv
|
exa_git $argv
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user