Merge branch 'master' of gitlab.com:rehashedsalt/home
This commit is contained in:
@@ -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"
|
||||
|
||||
|
5
.profile
5
.profile
@@ -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
|
||||
|
Submodule .vim/bundle/ale updated: bbe5153fcb...36e5337e30
Submodule .vim/bundle/vim-css-color updated: 1f9fe5c1f9...741dd18a35
Reference in New Issue
Block a user