upd
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user