434 current 2025-06-16 00:22:08 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-16 00:22:28 +09:00
parent f659d0a7ab
commit 7ee24adc96
2 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ alias ndwl="nmcli device wifi list"
alias wt="systemctl restart NetworkManager" alias wt="systemctl restart NetworkManager"
alias syncthing="firefox localhost:8384" alias syncthing="firefox localhost:8384"
alias htop="btop" # of course alias htop="btop" # of course
alias top="btop" # of course
stack() { stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \; find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;

View File

@@ -14,7 +14,8 @@
]; ];
# Set your time zone. # Set your time zone.
time.timeZone = "America/New_York"; # time.timeZone = "America/New_York";
time.timeZone = "Asia/Seoul";
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";