mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-10 04:59:38 +00:00
shell-color-scripts: remove condition to not run
not running colorscript inside integrated terminal emulator should not be this script responsability
This commit is contained in:
parent
2ef16c6f94
commit
dfcd962840
@ -1,12 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Simple CLI for shell-color-scripts
|
# Simple CLI for shell-color-scripts
|
||||||
|
|
||||||
# Check if is integrated terminal emulator
|
|
||||||
if [ -z "$INTEG_EMU" ];
|
|
||||||
then : ; else
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
DIR_COLORSCRIPTS="$HOME/.scripts/shell-color-scripts/colorscripts"
|
DIR_COLORSCRIPTS="$HOME/.scripts/shell-color-scripts/colorscripts"
|
||||||
list_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | sort | nl)"
|
list_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | sort | nl)"
|
||||||
length_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | wc -l)"
|
length_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | wc -l)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user