bash_profile
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bash_profile [2024/08/23 16:21] – created steve | bash_profile [2025/11/29 11:49] (current) – steve | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| # Set defaults for the history stuff big and per machine. | # Set defaults for the history stuff big and per machine. | ||
| # This is important because HOMEDIR is an nfs mount through | # This is important because HOMEDIR is an nfs mount through | ||
| - | # autofs across | + | # autofs across |
| # Below doesn' | # Below doesn' | ||
| # file, only what it looks like with the history command. | # file, only what it looks like with the history command. | ||
| Line 44: | Line 44: | ||
| fi | fi | ||
| - | alias ls='ls --time-style=" | + | alias ls=' |
| alias ll='ls -l' | alias ll='ls -l' | ||
| alias l='ls -altr' | alias l='ls -altr' | ||
| - | alias l.='ls -d .* --color=auto' | + | alias l.='ls -d .*' |
| alias R='cat /etc/*ease | grep PRETTY | cut -d " | alias R='cat /etc/*ease | grep PRETTY | cut -d " | ||
| alias D=' | alias D=' | ||
| alias I='ip a | grep -E " | alias I='ip a | grep -E " | ||
| - | alias F='df -hlBM --output=source, | + | alias F='df -lBM --output=source, |
| # And, if you want the weather; | # And, if you want the weather; | ||
| Line 70: | Line 70: | ||
| fi | fi | ||
| - | # This line lists out the aliases with capital letters | + | # For a multi-line prompt that can easily be copied and pasted; |
| - | echo ' | + | export PS1=" |
| + | # \u in \w on \h at \D{%Y-%m-%d-%H-%M} # | ||
| + | " | ||
| # vim: | # vim: | ||
| </ | </ | ||
bash_profile.1724430118.txt.gz · Last modified: by steve
