Fix fish function

Add wezterm, add arkenfox user-overrides.js
This commit is contained in:
KaasKop
2024-07-02 20:08:51 +02:00
parent fba9d04401
commit 72a9dda106
3 changed files with 2 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
if test -f /etc/motd
cat /ect/motd
cat /ect/motd
end
if status is-interactive
@@ -7,7 +7,4 @@ if status is-interactive
end
if test -d /opt/asdf-vm
source /opt/asdf-vm/asdf.fish
end
export (envsubst < /home/mitch/.config/.env)

View File

@@ -1,7 +1,3 @@
function h --wraps='ls -lah --group-directories-first' --description 'alias h=ls -lah'
run
end
function run
ls -lah --group-directories-first $argv
end

View File

@@ -1,3 +0,0 @@
function sshnas --wraps='ssh nas@192.168.1.2' --description 'alias sshnas=ssh nas@192.168.1.2'
ssh nas@192.168.1.2 -t fish $argv
end