refactor(conf): remove unnecessary imports
This commit is contained in:
parent
ecedc22217
commit
49cb34f8d4
1 changed files with 1 additions and 5 deletions
6
conf.sh
6
conf.sh
|
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# laptop display management
|
# configuration management
|
||||||
|
|
||||||
# Load config & functions
|
|
||||||
. ${HOME}/ayo.conf
|
|
||||||
. ${scripts_dir}/functions.sh
|
|
||||||
|
|
||||||
command=$2
|
command=$2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue