diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-05 19:29:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 19:29:42 +0200 |
| commit | 4436c6ee19a1e4ebb01685a44182563e5fb6ec98 (patch) | |
| tree | af6293d5985a10b786dbdad9c86713325a09edb0 | |
| parent | 0bcac824e5f604582e553f5e5a5802a3e9211a2f (diff) | |
add nf alias
| -rw-r--r-- | cfg/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg/config.fish b/cfg/config.fish index e3d2ec5..f4d4e5c 100644 --- a/cfg/config.fish +++ b/cfg/config.fish @@ -13,6 +13,7 @@ if status is-interactive # highlighting sucks ass (vim on top) # probably a skill issue because *plugins* alias ff fastfetch + alias nf nfetch alias fshsrc "source ~/.config/fish/config.fish" alias vimrc "vim ~/.vimrc" alias fishrc "v ~/.config/fish/config.fish" |