This commit is contained in:
2026-02-22 20:49:19 +01:00
parent ef04405651
commit d37c2bfc72
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
declare -A blue
blue[background]="rgba(36, 158, 202, 0.20)"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
case $1 in
"sfw")

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
### DEPENDENCIES:
## libnotify

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf)
export EDITOR="nvim"