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 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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user