1
1
Fork 0

Update fish config for 3.1.0

This commit is contained in:
Jonathan Schleifer 2020-02-15 22:44:12 +00:00
parent b59c4cf08c
commit fa3797e7c6
9 changed files with 69 additions and 50 deletions

View file

@ -1,5 +1,5 @@
function ls --description 'List contents of directory'
if which gls >/dev/null ^&1
if type -q gls
command gls --color=auto $argv
else
command ls --color=auto $argv