setup.sh: Create ~/.hushlogin
This commit is contained in:
parent
b746e88237
commit
53273e0be1
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -18,6 +18,8 @@ link_file() {
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||||
|
|
||||||
|
touch $HOME/.hushlogin
|
||||||
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
have cvs && link_file cvsrc .cvsrc
|
have cvs && link_file cvsrc .cvsrc
|
||||||
if have fossil; then
|
if have fossil; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue