Skip to content

Commit

Permalink
add ll, fix tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodeceulaer committed Feb 26, 2015
1 parent 7607a15 commit 9080d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bash/aliases.sh
Expand Up @@ -42,4 +42,5 @@ Extract () {
}

alias l='ls -lAh --color'
alias ll='ls -lAh --color'

2 changes: 1 addition & 1 deletion bashrc
Expand Up @@ -6,7 +6,7 @@ source ~/.bash/bash_ps1.sh

if [[ "$OSTYPE" == "linux-gnu" ]]; then
# ...
echo "Linux"
echo "linux specific setup here"
elif [[ "$OSTYPE" == "darwin"* ]]; then
# Mac OSX
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
Expand Down
2 changes: 1 addition & 1 deletion tmux.conf
@@ -1,4 +1,4 @@
set-option -g default-command "reattach-to-user-namespace -l $SHELL"
# set-option -g default-command "reattach-to-user-namespace -l $SHELL"
# set-option -g prefix `
set-option -g prefix C-a

Expand Down

0 comments on commit 9080d5d

Please sign in to comment.