mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Changed all /home/dt for ~/ because is more generic and easy to deploy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
XBEL_PATH=/home/dt/.local/share/recently-used.xbel
|
||||
XBEL_PATH=~/.local/share/recently-used.xbel
|
||||
MAX_ITEMS=20
|
||||
|
||||
if [[ -e $XBEL_PATH ]];then
|
||||
|
||||
Reference in New Issue
Block a user