Fix fish function
Add wezterm, add arkenfox user-overrides.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
if test -f /etc/motd
|
if test -f /etc/motd
|
||||||
cat /ect/motd
|
cat /ect/motd
|
||||||
end
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
@@ -7,7 +7,4 @@ if status is-interactive
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
if test -d /opt/asdf-vm
|
export (envsubst < /home/mitch/.config/.env)
|
||||||
source /opt/asdf-vm/asdf.fish
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
function h --wraps='ls -lah --group-directories-first' --description 'alias h=ls -lah'
|
function h --wraps='ls -lah --group-directories-first' --description 'alias h=ls -lah'
|
||||||
run
|
|
||||||
end
|
|
||||||
|
|
||||||
function run
|
|
||||||
ls -lah --group-directories-first $argv
|
ls -lah --group-directories-first $argv
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user