some nerd font variations
This commit is contained in:
parent
5b9da06963
commit
c1582d93fd
4 changed files with 16 additions and 0 deletions
BIN
fonts/3270-nf.ttf
Normal file
BIN
fonts/3270-nf.ttf
Normal file
Binary file not shown.
BIN
fonts/Monoid-nf.ttf
Normal file
BIN
fonts/Monoid-nf.ttf
Normal file
Binary file not shown.
BIN
fonts/monofur-nf.ttf
Normal file
BIN
fonts/monofur-nf.ttf
Normal file
Binary file not shown.
16
powerline-shell-init
Normal file
16
powerline-shell-init
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
function powerline_precmd() {
|
||||||
|
PS1="$(/home/truck/stuff/powerline-shell/powerline-shell.py $? --shell zsh 2> /dev/null)"
|
||||||
|
}
|
||||||
|
|
||||||
|
function install_powerline_precmd() {
|
||||||
|
for s in "${precmd_functions[@]}"; do
|
||||||
|
if [ "$s" = "powerline_precmd" ]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
precmd_functions+=(powerline_precmd)
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ "$TERM" != "linux" ]; then
|
||||||
|
install_powerline_precmd
|
||||||
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue