From 15aa27feeb567e0b6de3aabf851384008417668c Mon Sep 17 00:00:00 2001 From: whoami Date: Wed, 15 Jan 2025 16:22:59 +0000 Subject: [PATCH] QoL fish update --- tools/fish/conf.d/alias.fish | 3 +++ tools/fish/config.fish | 1 + 2 files changed, 4 insertions(+) diff --git a/tools/fish/conf.d/alias.fish b/tools/fish/conf.d/alias.fish index 5a62f5f..7af629a 100644 --- a/tools/fish/conf.d/alias.fish +++ b/tools/fish/conf.d/alias.fish @@ -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 diff --git a/tools/fish/config.fish b/tools/fish/config.fish index f6ecdf0..deb193c 100644 --- a/tools/fish/config.fish +++ b/tools/fish/config.fish @@ -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