Merge branch 'master' of gitlab.com:rehashedsalt/home
This commit is contained in:
commit
c94171a7b9
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bbe5153fcb36dec9860ced33ae8ff0b5d76ac02a
|
||||
Subproject commit 36e5337e30095afb10d02ef2ae362c8d6055e70d
|
@ -1 +1 @@
|
||||
Subproject commit 1f9fe5c1f9e0a6bfc41b14d070f4d878d445ae96
|
||||
Subproject commit 741dd18a35e251ededc0687eea9b8d100d3b83b8
|
Loading…
Reference in New Issue
Block a user