Skip to content

shell: added shell helpers for pushd/popd#1

Open
sbadia wants to merge 1 commit intojvaubourg:masterfrom
sbadia:pushd
Open

shell: added shell helpers for pushd/popd#1
sbadia wants to merge 1 commit intojvaubourg:masterfrom
sbadia:pushd

Conversation

@sbadia
Copy link
Copy Markdown
Contributor

@sbadia sbadia commented Aug 1, 2019

No description provided.

}

function shellQuietPopd() {
command popd > /dev/null
Copy link
Copy Markdown
Owner

@jvaubourg jvaubourg Aug 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why it would be better to use command in front of popd/pushd rather than to use directly popd/pushd?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jvaubourg
It's only in order to run a shell command ignoring any shell functions (like alias, …)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants