summaryrefslogtreecommitdiff
path: root/.config/nyxt/commands.lisp
diff options
context:
space:
mode:
Diffstat (limited to '.config/nyxt/commands.lisp')
-rw-r--r--.config/nyxt/commands.lisp9
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/nyxt/commands.lisp b/.config/nyxt/commands.lisp
deleted file mode 100644
index 159916f..0000000
--- a/.config/nyxt/commands.lisp
+++ /dev/null
@@ -1,9 +0,0 @@
-(in-package #:nyxt-user)
-
-(define-command-global show-weather ()
- (echo (uiop:run-program "~/.config/nyxt/scripts/weather" :output :string)))
-
-;;opens current url in different browser replace firefox with your browser/path
-(define-command-global open-external-browser ()
- "Open the current url in external browser"
- (uiop:run-program (list "firefox-bin" (render-url (url (current-buffer))))))