QoL fish update

This commit is contained in:
whoami 2025-01-15 16:22:59 +00:00
parent 8bb2d9fbe8
commit 15aa27feeb
2 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,9 @@ end
function tv
touch $argv[1] && nvim $argv[1]
end
function zls
z $argv[1] && ls
end
# Use neovide as gVim
if command -v neovide > /dev/null

View file

@ -10,6 +10,7 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set fish_greeting
switch (uname)
case "Darwin"
# macOS Specific