.
This commit is contained in:
parent
9f7701ce6d
commit
f939a3d5bd
7 changed files with 150 additions and 0 deletions
13
home/.bashrc
Normal file
13
home/.bashrc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
export EDITOR=nvim
|
||||
export PATH=/opt/or1k_toolchain/bin:$PATH
|
||||
Loading…
Add table
Add a link
Reference in a new issue