mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: update aliases, $PATH, and remove some functions
This commit is contained in:
parent
52fd2af843
commit
a92de1a61d
4 changed files with 23 additions and 53 deletions
|
|
@ -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
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
function srtdock
|
||||
sudo systemctl start docker
|
||||
sudo systemctl start docker
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue