.
This commit is contained in:
parent
7d8a3a430d
commit
3030258b6e
7 changed files with 11 additions and 3 deletions
BIN
files/.dooble/dooble_settings.db
Normal file
BIN
files/.dooble/dooble_settings.db
Normal file
Binary file not shown.
|
|
@ -7,5 +7,5 @@ d="$(date -I)"
|
|||
grep "$d" "$JOURNAL" || printf "%s\n" "$d" > "$tmp"
|
||||
|
||||
nvi "$tmp"
|
||||
(echo; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"
|
||||
(printf "\n"; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"
|
||||
tail "$JOURNAL"
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
b=/usr/bin/firefox
|
||||
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
|
||||
|
||||
exec cage -d "$b" $@
|
||||
exec cage -d -- "$b" $@
|
||||
|
|
|
|||
4
files/.vimrc
Normal file
4
files/.vimrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
source ~/.exrc
|
||||
syntax on
|
||||
colorscheme lunaperche
|
||||
set clipboard=unnamed
|
||||
Loading…
Add table
Add a link
Reference in a new issue