This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Define default prompt to <username>@<hostname>:<path><"($|#) "> | |
| # and print '#' for user "root" and '$' for normal users. | |
| # | |
| #typeset +x PS1="\u@\h:\w\\$ " | |
| typeset +x PS1="\e[0;35m\u\e[0;31m@\e[0;36m\h:\e[0;31m\w\\e[0;35m\$\e[m " | |
| #Mike's personal customizations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ -f ~/.bashrc ]; then | |
| . ~/.bashrc | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias rm='rm -i' | |
| alias cp='cp -i' | |
| alias mv='mv -i' | |
| alias ls='ls --color=auto' | |
| alias ll='ls -al --color=auto' |
|
Note
|
To view this gist with asciidoctor formatting, click here: http://gist.asciidoctor.org/?ade3428beb1359f5fd78 |
-
Description = OpenSolaris Documentation Collection (PDF and HTML)
-
Filename = E19120-01.zip
-
File timestamp = February 2, 2011
-
extracted root folder name = open.solaris
-
Origin = http://www.oracle.com/technetwork/documentation/legacy-solaris-192993.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "************************************************************ | |
| "/home/mike/.vimrc - VIM Configuration file | |
| "************************************************************ | |
| "Created on 01-16-2016 to add plugins via Vundle | |
| "OS = Linux Mint 17.2 KDE 64-bit (Rafaela) | |
| "************************************************************ | |
| set nocompatible " be iMproved, required | |
| filetype off " required |
NewerOlder