Skip to content

Commit

Permalink
correct config paths to ~/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Apr 16, 2011
1 parent ae82afd commit 40af26f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion al
@@ -1,2 +1,2 @@
#!/bin/sh
echo "$@" >> $HOME/doc/links
echo "$@" >> $HOME/etc/doc/links
2 changes: 1 addition & 1 deletion firefox_gtk
@@ -1,2 +1,2 @@
#!/bin/sh
GTK2_RC_FILES=$HOME/configs/gtkrc-firefox /usr/bin/firefox
GTK2_RC_FILES=$HOME/etc/gtkrc-firefox /usr/bin/firefox
2 changes: 1 addition & 1 deletion vimcolors
Expand Up @@ -39,5 +39,5 @@ sub _vim_colors {


sub _get_vim_themes {
return glob("$ENV{HOME}/configs/vim/colors/*.vim");
return glob("$ENV{HOME}/etc/vim/colors/*.vim");
}

0 comments on commit 40af26f

Please sign in to comment.