434 current 2025-06-16 00:22:08 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -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 {} \;
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user