променени са 4 файла, в които са добавени 48 реда и са изтрити 3 реда
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env fish |
||||
|
||||
# if EDITOR isn't set then we're probably in a remote session |
||||
# and need to set the stuff in our environment again |
||||
if test ! $EDITOR |
||||
source $_agw_dir_rc/system/env/00-vars.sh |
||||
end |
||||
|
||||
## EOF |
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env fish |
||||
|
||||
function gdcc-install |
||||
for f in $_agw_dir_bin/other/gdcc/*/gdcc-* |
||||
ln -s $f $_agw_dir_bin/local/(basename $f) |
||||
end |
||||
end |
||||
|
||||
## EOF |
Зареждане…
Reference in new issue