Compare commits
3 Commits
f79149f901
...
395e6b1576
| Author | SHA1 | Date | |
|---|---|---|---|
|
395e6b1576
|
|||
|
4893183607
|
|||
|
b8663def4e
|
@ -39,6 +39,7 @@ abbr --add gr git reset
|
||||
abbr --add gst git status
|
||||
abbr --add gsta git stash push
|
||||
abbr --add gstp git stash pop
|
||||
abbr --add grc gitrecap # custom recap command
|
||||
|
||||
fish_vi_key_bindings
|
||||
|
||||
|
||||
@ -52,9 +52,9 @@ window#waybar.chromium {
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: rgba(53, 96, 161, 1.0);
|
||||
color: #ffffff;
|
||||
box-shadow: inset 0 -3px #3560a1;
|
||||
background-color: #f5deb3;
|
||||
color: #696969;
|
||||
box-shadow: inset 0 -3px #4b4437;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
|
||||
5
tree/.local/bin/gitrecap
Executable file
5
tree/.local/bin/gitrecap
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set MY_LATEST_COMMIT (git log --author "joakim@hulthe.net" --pretty=format:%H | head -n 1)
|
||||
|
||||
git diff $MY_LATEST_COMMIT
|
||||
6
tree/.local/bin/lurar
Executable file
6
tree/.local/bin/lurar
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
bluetoothctl power on
|
||||
bluetoothctl connect 94:DB:56:41:C0:38
|
||||
Reference in New Issue
Block a user