rename config file
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
# Charles Danesi, 2022.
|
# Charles Danesi, 2022.
|
||||||
# parts taken from https://gist.github.com/loudambiance/a41b42a4295bce6e7304
|
# parts taken from https://gist.github.com/loudambiance/a41b42a4295bce6e7304
|
||||||
|
|
||||||
# TODO add uptime to prompt
|
|
||||||
# TODO git merge status
|
# TODO git merge status
|
||||||
# TODO git isLocalOnly to check if there are remotes or if this is only a local repo)
|
# TODO git isLocalOnly to check if there are remotes or if this is only a local repo)
|
||||||
# TODO number of pushes pending
|
# TODO number of pushes pending
|
||||||
@@ -134,8 +133,8 @@ gitLocalRemote=""
|
|||||||
taskLabel="☑"
|
taskLabel="☑"
|
||||||
|
|
||||||
# if user-specific config exists, override default values
|
# if user-specific config exists, override default values
|
||||||
if [ -f $HOME/.cdprc ]; then
|
if [ -f $HOME/.config/promptrc ]; then
|
||||||
. $HOME/.cdprc
|
. $HOME/.config/promptrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function promptcmd() {
|
function promptcmd() {
|
||||||
|
|||||||
Reference in New Issue
Block a user