We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# # ~/.bashrc # # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' PS1='$(tput sc; tput setab 7; tput setaf 0; printf "%*s%s" $COLUMNS "\u@\h"; tput rc; tput setab 7; tput setaf 0;)\w$(tput sgr0)\n\$ ' PATH="~/bin:$PATH" alias start='systemctl start' alias stop='systemctl stop' alias restart='systemctl restart' alias reload='systemctl reload' alias reloadd='systemctl daemon-reload' alias enable='systemctl enable' alias disable='systemctl disable' alias status='systemctl status'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: