Makefile : Disable check for switch.
This commit is contained in:
parent
d4826c5cc2
commit
eb722c2983
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ reboot: boot
|
|||
reboot
|
||||
|
||||
.PHONY: switch
|
||||
switch: check
|
||||
switch:
|
||||
nixos-rebuild switch $(options) --flake $(flake)
|
||||
|
||||
.PHONY: trace
|
||||
|
|
|
@ -66,7 +66,7 @@ function _tmux_statusbar() {
|
|||
local sep=""
|
||||
local thr_volume=100
|
||||
local thr_battery=40
|
||||
local is_uber=$(cat "/tmp/.tmux_uber")
|
||||
local is_uber=$(cat "/tmp/.tmux_uber" || echo -n false)
|
||||
|
||||
# Get data.
|
||||
battery=($(_tmux_battery))
|
||||
|
|
Loading…
Reference in a new issue