Merge branch 'master' of gitlab.com:rehashedsalt/home

This commit is contained in:
2020-04-25 10:51:58 -05:00
4 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/bin/bash
# bar settings # bar settings
yabai -m config status_bar on yabai -m config status_bar on
@@ -43,4 +43,5 @@ yabai -m config left_padding 10
yabai -m config right_padding 10 yabai -m config right_padding 10
yabai -m config window_gap 10 yabai -m config window_gap 10
echo "yabai configuration loaded.." print "Loaded Yabai configuration\n"

View File

@@ -68,6 +68,11 @@ has() {
command -v "$1" > /dev/null 2>&1 command -v "$1" > /dev/null 2>&1
} }
# Doot
if ! has doot; then
alias doot="echo Doot doot."
fi
# Grab pip completion, if it exists # Grab pip completion, if it exists
if has pip; then if has pip; then
case "$_baseshell" in case "$_baseshell" in