1 changed files with 18 additions and 1 deletions
@ -1 +1,18 @@ |
|||||
## somne test here |
# .bashrc |
||||
|
# HEADER: =========================================================== |
||||
|
# HEADER: This file is automanaged by Ansible |
||||
|
# HEADER: While it can still be managed manually, it is definitely not recommended. |
||||
|
# HEADER: Any manual changes to this file run the risk of being overwritten! |
||||
|
# HEADER: =========================================================== |
||||
|
# comment dave's files |
||||
|
# Hello Dave!! |
||||
|
|
||||
|
# Source global definitions |
||||
|
if [ -f /etc/bashrc ]; then |
||||
|
. /etc/bashrc |
||||
|
fi |
||||
|
|
||||
|
# User specific aliases and functions |
||||
|
[ -f ~/.bash_aliases ] && . ~/.bash_aliases |
||||
|
|
||||
|
export PS1="${HOSTNAME^^}"':$PWD $ ' |
||||
|
Loading…
Reference in new issue