summaryrefslogtreecommitdiff
path: root/.config/fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2021-11-05 20:12:35 -0300
committerRoger Gonzalez <roger@rogs.me>2021-11-05 20:12:35 -0300
commit4bf20874c1167b9ab69f6aa3ee879cdfaca672f7 (patch)
tree2841584d96e604a5c7eb0b575e8a00679b7b3151 /.config/fish
parent0e5300016feea5e5e8db16712f1df6fdeb2092de (diff)
Added extra files for syncing
Diffstat (limited to '.config/fish')
-rw-r--r--.config/fish/functions/certn-api.fish8
-rw-r--r--.config/fish/functions/certn-bash.fish4
-rw-r--r--.config/fish/functions/certn-web.fish5
-rw-r--r--.config/fish/functions/certn.fish4
-rw-r--r--.config/fish/functions/prometeo-marketplace.fish4
-rw-r--r--.config/fish/functions/prometeo-vpn.fish5
-rw-r--r--.config/fish/functions/prometeo.fish4
-rw-r--r--.config/fish/functions/uft.fish4
8 files changed, 17 insertions, 21 deletions
diff --git a/.config/fish/functions/certn-api.fish b/.config/fish/functions/certn-api.fish
deleted file mode 100644
index ff879fb2..00000000
--- a/.config/fish/functions/certn-api.fish
+++ /dev/null
@@ -1,8 +0,0 @@
-function certn-api
- cd ~/code/lazer/certn/certn_deps
- make up
- cd ../api_server
- source .venv/bin/activate.fish
- make up
- docker-compose logs --follow api
-end
diff --git a/.config/fish/functions/certn-bash.fish b/.config/fish/functions/certn-bash.fish
deleted file mode 100644
index 550ff976..00000000
--- a/.config/fish/functions/certn-bash.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function certn-bash
- cd ~/code/lazer/certn/api_server
- make bash
-end
diff --git a/.config/fish/functions/certn-web.fish b/.config/fish/functions/certn-web.fish
deleted file mode 100644
index 6d825b6f..00000000
--- a/.config/fish/functions/certn-web.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-function certn-web
- cd code/lazer/certn/web_server/
- nvm use 12
- yarn start:local
-end
diff --git a/.config/fish/functions/certn.fish b/.config/fish/functions/certn.fish
deleted file mode 100644
index cf1c8233..00000000
--- a/.config/fish/functions/certn.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function certn
- cd ~/code/lazer/certn/api_server
- source .venv/bin/activate.fish
-end
diff --git a/.config/fish/functions/prometeo-marketplace.fish b/.config/fish/functions/prometeo-marketplace.fish
new file mode 100644
index 00000000..aa61df74
--- /dev/null
+++ b/.config/fish/functions/prometeo-marketplace.fish
@@ -0,0 +1,4 @@
+function prometeo-marketplace
+ cd ~/code/prometeo/qualia-marketplace
+ source .venv/bin/activate.fish
+end
diff --git a/.config/fish/functions/prometeo-vpn.fish b/.config/fish/functions/prometeo-vpn.fish
new file mode 100644
index 00000000..c88db78a
--- /dev/null
+++ b/.config/fish/functions/prometeo-vpn.fish
@@ -0,0 +1,5 @@
+function prometeo-vpn
+ mullvad disconnect
+ cd ~/.vpn
+ sudo openvpn --config prometeo.ovpn
+end
diff --git a/.config/fish/functions/prometeo.fish b/.config/fish/functions/prometeo.fish
new file mode 100644
index 00000000..d59f5206
--- /dev/null
+++ b/.config/fish/functions/prometeo.fish
@@ -0,0 +1,4 @@
+function prometeo
+ cd ~/code/prometeo/prometeo
+ source .venv/bin/activate.fish
+end
diff --git a/.config/fish/functions/uft.fish b/.config/fish/functions/uft.fish
new file mode 100644
index 00000000..41e33940
--- /dev/null
+++ b/.config/fish/functions/uft.fish
@@ -0,0 +1,4 @@
+function uft
+ rm -f ~/Documents/Gastos/Saved/import/import.csv
+ /usr/bin/ls -tr ~/Documents/Gastos/Saved/*.csv | tail -n 2 | xargs grep -Fxvf > ~/Documents/Gastos/Saved/import/import.csv
+end