about summary refs log tree commit diff
path: root/bash
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-07-22 10:20:47 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:09 +0700
commit374ecacd0808ce322cb85ba85023e0b8fb94bcf6 (patch)
tree180c5b43494d23136e740bc2ca2c0223fe2a9b8b /bash
parenta530bccffd70d0422d5dae7b4fc23105d1d82a06 (diff)
downloaddotfiles-374ecacd0808ce322cb85ba85023e0b8fb94bcf6.tar.gz
Update 20160722
Diffstat (limited to 'bash')
-rw-r--r--bash/.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.profile b/bash/.profile
index 2802e32..e3da6c9 100644
--- a/bash/.profile
+++ b/bash/.profile
@@ -12,12 +12,12 @@
 if [ -n "$BASH_VERSION" ]; then
     # include .bashrc if it exists
     if [ -f "$HOME/.bashrc" ]; then
-	. "$HOME/.bashrc"
+        . "$HOME/.bashrc"
     fi
 fi
 
 # set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/.local/bin" ] ; then
+if [ -d "$HOME/.local/bin" ]; then
     PATH="$HOME/.local/bin:$PATH"
 fi