mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
New home computer. Making sure we are synced.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -267,3 +267,5 @@ fi
|
||||
|
||||
### SETTING THE STARSHIP PROMPT ###
|
||||
eval "$(starship init bash)"
|
||||
|
||||
source /home/dt/.config/broot/launcher/bash/br
|
||||
|
||||
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
url=$({
|
||||
cat "$QUTE_CONFIG_DIR"/bookmarks/urls
|
||||
awk '{ tmp = $1; $1 = $2; $2 = tmp; print $0 }' "$QUTE_CONFIG_DIR"/quickmarks
|
||||
sqlite3 -separator ' ' "$QUTE_DATA_DIR"/history.sqlite 'SELECT url, title FROM CompletionHistory'
|
||||
} | dmenu -l 10 -p "open $* " | cut -d ' ' -f 1)
|
||||
|
||||
if [ $? = 0 ] && [ -n "$url" ]; then
|
||||
printf 'open %s %s\n' "$*" "$url" >>"$QUTE_FIFO"
|
||||
fi
|
||||
Reference in New Issue
Block a user