- Get link
- X
- Other Apps
##################################################################### Start of code ##################################################################### # # ~/.bashrc # # If not running interactively, don't do anything #[[ $- != *i* ]] && return #alias ls='ls --color=auto' #PS1='[\u@\h \W]\$ ' ################################################################# ################################################################# #self added ################################################################# #for sudo work for auto completion if [ "$PS1" ]; then complete -cf sudo fi # set up to use vi command editing mode set -o vi #Allows you to cd into directory by typing the directory name shopt -s autocd ################################################################# # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/