Changeset 26 in lab


Ignore:
Timestamp:
Nov 17, 2009 10:39:58 AM (14 years ago)
Author:
mitty
Message:
  • load ~/bin for custom user scripts
  • boot screen command on terminal login
File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/.bash_profile

    r25 r26  
    1 # ~/.profile: executed by the command interpreter for login shells. 
    2 # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login 
    3 # exists. 
    4 # see /usr/share/doc/bash/examples/startup-files for examples. 
    5 # the files are located in the bash-doc package. 
    6  
    7 # the default umask is set in /etc/profile 
    8 #umask 022 
    9  
    10 # if running bash 
    11 if [ -n "$BASH_VERSION" ]; then 
    12     # include .bashrc if it exists 
    13     if [ -f "$HOME/.bashrc" ]; then 
    14     . "$HOME/.bashrc" 
    15     fi 
    16 fi 
    17  
    181# set PATH so it includes user's private bin if it exists 
    192if [ -d "$HOME/bin" ] ; then 
    203    PATH="$HOME/bin:$PATH" 
    214fi 
     5# /usr/bin/script ~/.script/`date +%y-%m-%d_%H%M%S`.log 
     6/usr/bin/screen -d -RR -U 
Note: See TracChangeset for help on using the changeset viewer.