Hide 'cd -' output in getdot
This commit is contained in:
parent
5eccbfcbfc
commit
89f3f87649
|
@ -80,7 +80,7 @@ function pushdot {
|
||||||
function getdot {
|
function getdot {
|
||||||
cd "$DOT_DIR" || return 1
|
cd "$DOT_DIR" || return 1
|
||||||
git pull && ./copy.sh
|
git pull && ./copy.sh
|
||||||
cd -
|
cd - > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
if which starship &> /dev/null; then
|
if which starship &> /dev/null; then
|
||||||
|
|
Loading…
Reference in New Issue