summaryrefslogtreecommitdiff
path: root/.config/nyxt/commands.lisp
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
committeryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
commit1006987466e98b661a98164c1795ff5682d4260b (patch)
tree131e23460b806833676d1ffd8c9c51e9ad384bcf /.config/nyxt/commands.lisp
parent23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (diff)
update
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))))))