rename home to nixhome

This commit is contained in:
luk.lu
2021-11-05 09:47:57 +08:00
parent dd81d8a6e7
commit 813df737fd
11 changed files with 13 additions and 13 deletions

15
nixhome/.bash_logout Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
# File: "~/.bash_logout"
# Intro: Personal logout script for BASH.
# Author: Leiqin Lu
# See also: personal login script for BASH, "~/.bash_profile";
# system login script for BASH, "/etc/profile";
# personal startup script for BASH, "~/.bashrc";
# system startup script for BASH, "/etc/bashrc".
################################################################################
clear
################################################################################
# End Of File: "~/.bash_logout"
################################################################################