Resize font (URxvt)

Apply changes without resetting pywal colors.

Other:
- open current bg in ranger
- update Watson fish completion
- update NZXT packages
This commit is contained in:
2019-08-11 02:05:51 -04:00
parent 3427891897
commit a1b3fd43f9
14 changed files with 200 additions and 67 deletions

View File

@@ -48,7 +48,7 @@ function cd --description "Change directory"
set -U last_dir $PWD
{{ if (not (eq .linux_os "termux")) }}
# lsd -a
lsd
lsd -F --group-dirs first
{{ else }}
# ls -a
ls

View File

@@ -9,5 +9,5 @@ function refresh-config
source ~/.config/fish/key_abbr.fish > /dev/null
and echo 'Sourced shortcuts.'
and echo 'Reloading fish.'
and fish
and exec fish
end