aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-07-09 13:40:11 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2011-07-09 13:40:11 +0200
commit6f0ff061bf2e572d5817f2aa4bb35218d7f0bbbe (patch)
tree5afde6fd788fe2c945c40f64276090d1c586131d /bashrc
downloaddotfiles-6f0ff061bf2e572d5817f2aa4bb35218d7f0bbbe.tar.gz
dotfiles-6f0ff061bf2e572d5817f2aa4bb35218d7f0bbbe.zip
Initial commit
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/bashrc b/bashrc
new file mode 100644
index 0000000..23561f6
--- /dev/null
+++ b/bashrc
@@ -0,0 +1,18 @@
+alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
+alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
+alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
+
+# vim stuff
+export EDITOR=vim
+export VISUAL=vim
+alias vi=vim
+
+# prompt
+PS1='\u:\w $ '
+
+# Paths
+export KDEV_DIR=/home/mssola/kde/kdevelop
+export KDEDIR=$KDEV_DIR
+export KDEDIRS=$KDEDIR
+export KDEV=/home/mssola/Projects/kdevelop4
+export RUBY=$KDEV/kdev-ruby