This commit is contained in:
parent
dd9a54dc8b
commit
121e3763a6
@ -17,7 +17,7 @@ shopt -s histappend
|
|||||||
shopt -s cdspell
|
shopt -s cdspell
|
||||||
|
|
||||||
# solarized directory color listings
|
# solarized directory color listings
|
||||||
eval `dircolors $HOME/.dir_colors`
|
# eval `dircolors $HOME/.dir_colors`
|
||||||
|
|
||||||
# tmuxifier
|
# tmuxifier
|
||||||
eval "$(starship init bash)"
|
# eval "$(starship init bash)"
|
||||||
|
@ -44,8 +44,7 @@ fi
|
|||||||
# work around for fzf
|
# work around for fzf
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
eval "$(fzf --bash)"
|
||||||
|
|
||||||
# tmuxifier
|
# tmuxifier
|
||||||
eval "$(tmuxifier init -)"
|
eval "$(tmuxifier init -)"
|
||||||
|
|
||||||
|
@ -14,3 +14,7 @@ pdfmerge() {
|
|||||||
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTTINGS=/prepress\
|
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTTINGS=/prepress\
|
||||||
-sOutputFile=$@ ;
|
-sOutputFile=$@ ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apdoc () {
|
||||||
|
ansible-doc $1 | grep EXAMPLES -A 100 | less
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user