4 changed files with 27 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
# New by Dave |
|||
# HEADER: =========================================================== |
|||
# HEADER: This file is automanaged by puppet |
|||
# 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: =========================================================== |
|||
|
|||
alias dir='/usr/local/bin/altdir' |
|||
alias df='df -ht xfs 2>/dev/null' |
|||
alias suroot="sudo -i" |
@ -0,0 +1,16 @@ |
|||
# .bashrc |
|||
# HEADER: =========================================================== |
|||
# HEADER: This file is automanaged by puppet |
|||
# 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: =========================================================== |
|||
|
|||
# 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 $ ' |
@ -0,0 +1 @@ |
|||
dave |
Loading…
Reference in new issue