Updated config
This commit is contained in:
3
.config/fish/functions/config.fish
Normal file
3
.config/fish/functions/config.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function config
|
||||
$EDITOR $HOME/.config/$argv
|
||||
end
|
@ -1,3 +0,0 @@
|
||||
function ll
|
||||
ls -l $argv
|
||||
end
|
@ -1,7 +1,7 @@
|
||||
function ls
|
||||
if command -q exa
|
||||
exa -1 --icons=auto $argv
|
||||
if command -q eza
|
||||
eza --group-directories-first --time-style relative $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user