mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 05:48:53 +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
|
||||
source $HOME/.local/asdf/asdf.fish
|
||||
|
||||
fish_add_path $HOME/.cargo/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/.local/share/nvim/mason/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
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user