From 1e263266388c0b6cd39e09d81513e32aedc4268c Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 12 May 2015 21:18:32 +0200 Subject: . --- bash/.bashrc | 9 +++++++++ bash/.profile | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 bash/.bashrc create mode 100644 bash/.profile (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..a355b0c --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,9 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' diff --git a/bash/.profile b/bash/.profile new file mode 100644 index 0000000..511e732 --- /dev/null +++ b/bash/.profile @@ -0,0 +1,6 @@ +export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.cabal/bin:$PATH +export CHICKEN_REPOSITORY=~/programs/chicken_repository +export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist +export QT_QPA_PLATFORMTHEME=qt5ct +export VISUAL=nvim + -- cgit v1.2.3-70-g09d2