No xfce4-terminal borders

Hide bat check message
This commit is contained in:
Sage Vaillancourt 2023-12-13 16:04:46 -05:00
parent 74a178045e
commit 06fad42045
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[Configuration]
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBordersDefault=TRUE
MiscBordersDefault=FALSE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24

View File

@ -65,7 +65,7 @@ function ww {
ws $(rg --no-line-number --no-filename . ~/wiki | sed 's/[^a-zA-Z0-9]\+/\n/g' | grep -v "^$" | sort -f | uniq -ci | sort -hr | fzf -i | cut -c 9-)
}
if command -v bat; then
if command -v bat &> /dev/null; then
alias cat="bat -p"
fi
export FZF_DEFAULT_COMMAND='fd --type f'