This commit is contained in:
2026-02-10 16:19:43 +01:00
parent 0211869df8
commit 978b1129fd
3 changed files with 8 additions and 2 deletions

View File

@@ -97,6 +97,9 @@ unset use_color safe_term match_lhs sh
alias cp="cp -i" # confirm before overwriting something alias cp="cp -i" # confirm before overwriting something
alias df='df -h' # human-readable sizes alias df='df -h' # human-readable sizes
alias free='free -m' # show sizes in MB alias free='free -m' # show sizes in MB
alias ll='ls -lah'
alias ..='cd ..'
alias ...='cd ../../'
alias more=less alias more=less
alias mc='. /usr/lib/mc/mc-wrapper.sh' alias mc='. /usr/lib/mc/mc-wrapper.sh'
@@ -159,7 +162,7 @@ man() {
# Theme.sh # Theme.sh
export THEME_HISTFILE=~/.theme_history export THEME_HISTFILE=~/.theme_history
[ -e "$THEME_HISTFILE" ] && theme.sh "$(theme.sh -l|tail -n1)" [ -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" ROOT_TERMINAL_THEME="red-alert"
SSH_TERMINAL_THEME="mellow-purple" SSH_TERMINAL_THEME="mellow-purple"

View File

@@ -9,6 +9,9 @@
## Turn on/off system beep. ## Turn on/off system beep.
xset b off xset b off
## If you like NumLock on uncomment liene below
#numlockx &
## Resolution ## Resolution
#xrandr --output VGA-1 --primary --mode 1600x900 --pos 0x0 --rotate normal #xrandr --output VGA-1 --primary --mode 1600x900 --pos 0x0 --rotate normal
#xrandr --output VGA-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal #xrandr --output VGA-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal

View File

@@ -36,7 +36,7 @@ Color
# We cannot check disk space from within a chroot environment # We cannot check disk space from within a chroot environment
CheckSpace CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 4 ParallelDownloads = 6
ILoveCandy ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring