mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
QoL fish update
This commit is contained in:
parent
8bb2d9fbe8
commit
15aa27feeb
2 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ end
|
||||||
function tv
|
function tv
|
||||||
touch $argv[1] && nvim $argv[1]
|
touch $argv[1] && nvim $argv[1]
|
||||||
end
|
end
|
||||||
|
function zls
|
||||||
|
z $argv[1] && ls
|
||||||
|
end
|
||||||
|
|
||||||
# Use neovide as gVim
|
# Use neovide as gVim
|
||||||
if command -v neovide > /dev/null
|
if command -v neovide > /dev/null
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
set fish_greeting
|
||||||
switch (uname)
|
switch (uname)
|
||||||
case "Darwin"
|
case "Darwin"
|
||||||
# macOS Specific
|
# macOS Specific
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue