fish: update aliases, $PATH, and remove some functions

This commit is contained in:
Oleksandr Smirnov 2025-03-01 15:08:51 +02:00
parent 52fd2af843
commit a92de1a61d
No known key found for this signature in database
4 changed files with 23 additions and 53 deletions

View file

@ -1,7 +0,0 @@
function envsource
for line in (cat $argv | grep -v '^#')
set item (string split -m 1 '=' $line)
set -gx $item[1] $item[2]
echo "Exported key $item[1]"
end
end

View file

@ -1,3 +1,3 @@
function srtdock
sudo systemctl start docker
sudo systemctl start docker
end