You are not logged in.
Pages: 1
Topic closed
I don't like having to type ls -a ~/.config/ and ls - a ~ to see all my dotfiles, it's really annoying and just obfuscates everything. Is there a way to change it?
Personally, I'd rather be back in Hobbiton.
Offline
You could:
1) set $XDG_CONFIG_HOME=$HOME ? or
2) set-up a function to combine a listing of both, or
3) use libetc to just use .config and use a function to ls -A that?
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Be angry at the developers who don't make their programs use ~/.config
Offline
Be angry at the developers who don't make their programs use ~/.config
The problem is that ~ is already standardized for a heap of programs, and changing it would introduce some migration pain. It seems most GUI apps (at least new ones) use ~/.config, while CLI apps stick with ~.
Offline
alias lc='ls -a .config' maybe
Offline
I'm angry at the developers who make their programs use ~/.config. . . .
Personally, I'd rather be back in Hobbiton.
Offline
Someone pointed me to a program that forces the use of the .config directory...I can't remember what its called now. Let me search it.
edit:
Here it is, http://ordiluc.net/fs/libetc/
Last edited by sand_man (2010-01-29 22:23:38)
Offline
But I don't want to use the .config directory. I want it GONE.
Personally, I'd rather be back in Hobbiton.
Offline
Edit: As Runiq points out, setting XDG to use ~ does not hide the files. You can ignore this post if you want. Keeping for posterity to point and laugh at me.
Did skanky's suggestion not work? You're not forced to use ~/.config. By setting the appropriate XDG env var you can make those programs use /in/the/glorious/config/directory should you want them too. Your imagination is your limit.
Last edited by fsckd (2010-01-29 23:09:38)
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Offline
Whose idea was it to have a .config directory? I think I'm gonna kill them.
Personally, I'd rather be back in Hobbiton.
Offline
@Anikom15
What's your problem??
Just use the XDG_CONFIG_HOME variable...
Offline
Whose idea was it to have a .config directory? I think I'm gonna kill them.
Get a blog for your petty rants. You have been provided solutions...
Closing.
Online
Pages: 1
Topic closed