mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Ignore bookmarks file created by GTK configs
This commit is contained in:
parent
ac9b940854
commit
6a9ce82b3c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
bookmarks
|
@ -4,7 +4,7 @@ set -e
|
||||
cd $HOME
|
||||
echo cd `pwd`
|
||||
|
||||
files=`ls -A $DOTFILES | awk '/^\..*/ && !/\.config$/ && !/\.git$/'`
|
||||
files=`ls -A $DOTFILES | awk '/^\..*/ && !/\.config$/ && !/\.git$/ && !/\.gitignore$/'`
|
||||
homepath=`echo $DOTFILES | sed "s|$HOME/||g"`
|
||||
conffiles=`ls -A "$DOTFILES/.config"`
|
||||
confpath=`echo $homepath | sed "s|.config/||g"`
|
||||
|
Loading…
Reference in New Issue
Block a user