summaryrefslogtreecommitdiff
path: root/src/My_.bashrc.ascii
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-07-04 14:14:41 -0600
committerAaron Ball <nullspoon@iohq.net>2015-07-17 08:58:46 -0600
commit1885394214392349a92eaa959e5f6acdffcd2ca2 (patch)
tree77772c8eba7ba2b30805c81827eef36d47157974 /src/My_.bashrc.ascii
parent555db1fb0a22d9e0af9944504feb0ba5d759e926 (diff)
downloadoper.io-1885394214392349a92eaa959e5f6acdffcd2ca2.tar.gz
oper.io-1885394214392349a92eaa959e5f6acdffcd2ca2.tar.xz
Restructured all posts
Diffstat (limited to 'src/My_.bashrc.ascii')
-rw-r--r--src/My_.bashrc.ascii40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/My_.bashrc.ascii b/src/My_.bashrc.ascii
deleted file mode 100644
index 938e44b..0000000
--- a/src/My_.bashrc.ascii
+++ /dev/null
@@ -1,40 +0,0 @@
-Not that any of you care that much, but I thought I might post my .bashrc file
-as it evolves in case anyone is looking for something I have in mine. I have
-made quite a few of them and ultimately end up cleaning them out entirely on
-occasion to start over so I can keep it clean with only the things I need.
-
-That said, here's what we've got so far. The initial contents at the top are
-from the Arch Linux skel file.
-
-I'll keep updating this as I make changes.
-
-----
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-PS1='[\u@\h \W]\$ '
-
-# My modifications
-export TERM=xterm-256color
-
-# This will spawn a new tmux instance as our "shell" if tmux isn't already
-# running
-if [[ -z $TMUX ]]; then
- exec tmux
-else
- echo
-fi
-----
-
-
-
-Category:SSH
-Category:Bash
-
-
-// vim: set syntax=asciidoc:

Generated by cgit