Skip to content
New issue

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 #18

Open
trwnh opened this issue Sep 1, 2019 · 0 comments
Open

.bashrc #18

trwnh opened this issue Sep 1, 2019 · 0 comments

Comments

@trwnh
Copy link
Owner

trwnh commented Sep 1, 2019

#
# ~/.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'
@trwnh trwnh changed the title aliases .bashrc Oct 2, 2019
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

No branches or pull requests

1 participant