From 978b1129fd688c16d5a4d69f75aadf6f8edc0853 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 10 Feb 2026 16:19:43 +0100 Subject: [PATCH] upd --- common/.bashrc | 5 ++++- common/autostart | 3 +++ common/pacman.conf | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/common/.bashrc b/common/.bashrc index 9db2eae..42e3aba 100644 --- a/common/.bashrc +++ b/common/.bashrc @@ -97,6 +97,9 @@ unset use_color safe_term match_lhs sh alias cp="cp -i" # confirm before overwriting something alias df='df -h' # human-readable sizes alias free='free -m' # show sizes in MB +alias ll='ls -lah' +alias ..='cd ..' +alias ...='cd ../../' alias more=less alias mc='. /usr/lib/mc/mc-wrapper.sh' @@ -159,7 +162,7 @@ man() { # Theme.sh export THEME_HISTFILE=~/.theme_history [ -e "$THEME_HISTFILE" ] && theme.sh "$(theme.sh -l|tail -n1)" -alias th='theme.sh -i2' +alias th='theme.sh -i2 && fastfetch' ROOT_TERMINAL_THEME="red-alert" SSH_TERMINAL_THEME="mellow-purple" diff --git a/common/autostart b/common/autostart index 57ef893..239328c 100755 --- a/common/autostart +++ b/common/autostart @@ -9,6 +9,9 @@ ## Turn on/off system beep. xset b off +## If you like NumLock on uncomment liene below +#numlockx & + ## Resolution #xrandr --output VGA-1 --primary --mode 1600x900 --pos 0x0 --rotate normal #xrandr --output VGA-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal diff --git a/common/pacman.conf b/common/pacman.conf index 1226dc6..56e9bdd 100644 --- a/common/pacman.conf +++ b/common/pacman.conf @@ -36,7 +36,7 @@ Color # We cannot check disk space from within a chroot environment CheckSpace #VerbosePkgLists -ParallelDownloads = 4 +ParallelDownloads = 6 ILoveCandy # By default, pacman accepts packages signed by keys that its local keyring