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
.config/yabai
.profile
.vim/bundle

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
# bar settings
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 window_gap 10
echo "yabai configuration loaded.."
print "Loaded Yabai configuration\n"

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