mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Add wget xdg base dir alias
This commit is contained in:
parent
bd37750749
commit
3a5d27592e
|
@ -87,4 +87,10 @@ in {
|
||||||
atexit.register(partial(write_history, readline, history_file))
|
atexit.register(partial(write_history, readline, history_file))
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Set the following aliases to force applications to use a config file
|
||||||
|
# in the proper XDG location
|
||||||
|
environment.shellAliases = {
|
||||||
|
wget = "wget --hsts-file='\${XDG_DATA_HOME}/wget-hsts'";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue