fish, wezterm: some wezterm cosmetics; nvim: enable shellcheck for bash
This commit is contained in:
parent
d20314a03b
commit
5babd1faee
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
function ls
|
||||
command exa --group-directories-first $argv
|
||||
set -l i
|
||||
if test -n "$WEZTERM_PANE"
|
||||
set i '--icons'
|
||||
end
|
||||
command exa $i --group-directories-first $argv
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue