diff options
| author | josh ott <josh@ottmail.me> | 2026-07-27 22:42:52 -0400 |
|---|---|---|
| committer | josh ott <josh@ottmail.me> | 2026-07-27 22:42:52 -0400 |
| commit | 6415ae9d71ccfebfd4a1b65e7289d30c44603a73 (patch) | |
| tree | bcf9733aae276a929ac8cb98cc38ef37c4eaa851 | |
| parent | 1db7343511a3303c9e174dd7094216fa6da0432f (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.zip | |
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 9631100..62cffcc 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -21,7 +21,7 @@ function xcd end if status is-interactive - alias ls='eza -w 80 --icons' + alias ls='eza -w 80 --icons=always' alias cd='z' alias grep='grep --color=auto' alias nv=nvim |