Need to remove sources dir
This commit is contained in:
parent
f271e1fb55
commit
1facc5d698
@ -243,7 +243,7 @@ function r2ensource {
|
|||||||
echo "Enabling $_id"
|
echo "Enabling $_id"
|
||||||
done
|
done
|
||||||
sort $_tmp > "$RBASH_CONFIG"
|
sort $_tmp > "$RBASH_CONFIG"
|
||||||
rm $_tmp "$RBASH_MERGED"
|
rm -r "$_tmp" "$RBASH_SOURCES"
|
||||||
}
|
}
|
||||||
|
|
||||||
function r2dissource {
|
function r2dissource {
|
||||||
@ -270,7 +270,7 @@ function r2dissource {
|
|||||||
_dis=$( mktemp )
|
_dis=$( mktemp )
|
||||||
sh -c "grep -v $_opts \"$RBASH_CONFIG\"" > $_dis
|
sh -c "grep -v $_opts \"$RBASH_CONFIG\"" > $_dis
|
||||||
sort $_dis > $RBASH_CONFIG
|
sort $_dis > $RBASH_CONFIG
|
||||||
rm $_dis "$RBASH_MERGED"
|
rm -r "$_dis" "$RBASH_SOURCES"
|
||||||
}
|
}
|
||||||
|
|
||||||
export PS1='This is <MACHINE_NAME>\e[1;3<COLOR_CODE>m<MACHINE_COLORED_NAME>\e[0m: \w\n\$ '
|
export PS1='This is <MACHINE_NAME>\e[1;3<COLOR_CODE>m<MACHINE_COLORED_NAME>\e[0m: \w\n\$ '
|
||||||
|
Loading…
Reference in New Issue
Block a user