style(PAGER): more beauty less
This commit is contained in:
parent
a694fe88f0
commit
2fc1486659
@ -36,7 +36,7 @@ alias history='history 0'
|
||||
# shorts
|
||||
alias c='clear'
|
||||
alias q='exit 0'
|
||||
alias h='history | less'
|
||||
alias h='history'
|
||||
alias j='jobs -l'
|
||||
|
||||
# utils
|
||||
@ -76,7 +76,7 @@ alias halt='sudo /sbin/halt'
|
||||
alias shutdown='sudo /sbin/shutdown now'
|
||||
|
||||
alias meminfo='free -mlth'
|
||||
alias psmem='ps auxf | sort -nr -k 4 | less -R'
|
||||
alias psmem='ps auxf | sort -nr -k 4 | bash -c "$PAGER"'
|
||||
alias music='mplayer -shuffle ~/Music/*.mp3'
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
|
||||
@ -3,7 +3,7 @@ umask 022
|
||||
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
export PAGER="less -niSR"
|
||||
export PAGER="less -niSR -+X -+F"
|
||||
export CDPATH=:~:~/code
|
||||
|
||||
export HISTSIZE=10000
|
||||
|
||||
@ -32,7 +32,7 @@ lsl () {
|
||||
DIR="$(pwd)"
|
||||
fi
|
||||
|
||||
ls -lhFA --color=always "${DIR}" | tail -n +2 | less -R
|
||||
ls -lhFA --color=always "${DIR}" | tail -n +2 | bash -c "$PAGER"
|
||||
}
|
||||
|
||||
workon() {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = $EDITOR
|
||||
pager = $PAGER
|
||||
editor = "$EDITOR"
|
||||
pager = "$PAGER"
|
||||
fileMode = false
|
||||
hooksPath = ~/.config/git/hooks
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
bm = branch --merged
|
||||
bn = branch --no-merged
|
||||
hist = log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn] %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all --color=always
|
||||
hs = "!git hist -n 10"
|
||||
hs = "!git hist -n 10 | $PAGER -F"
|
||||
df = "!f() { git log --pretty=format:\"%h %cd [%cn] %s%d\" --date=relative | fzf | awk '{print $1}' | xargs -I {} git diff {}^ {}; }; f"
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
|
||||
@ -113,7 +113,7 @@ set $ws4 "4"
|
||||
set $ws5 "5"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8🗨️"
|
||||
set $ws8 "8💬"
|
||||
set $ws9 "9🎵"
|
||||
set $ws10 "10🍿"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user