Fix fish function
Add wezterm, add arkenfox user-overrides.js
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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