main
Alpha Chen 1 year ago
parent 8f1ff6b53e
commit 8d9678c350
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -89,6 +89,10 @@ if [ $commands[exa] ]; then
export EXA_COLORS="di=34"
fi
if [ $commands[bat] ]; then
export BAT_THEME="ashes"
fi
# https://docs.brew.sh/Shell-Completion
if type brew &>/dev/null
then

Loading…
Cancel
Save