Skip to content

Commit

Permalink
remove old settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zevans committed Aug 10, 2014
1 parent fb8460d commit 4b2bbd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ~/dotfiles/bash/bash_completion.d/cap-completion.bash
source ~/dotfiles/bash/bash_aliases

# Set up bashmarks for easy directory navigation
source ~/.local/bin/bashmarks.sh
# source ~/.local/bin/bashmarks.sh

# Show git branch in status line
export PS1='[\h: \w]$(__git_ps1 " (%s)")\$ '
Expand Down
3 changes: 0 additions & 3 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ set -sg escape-time 1
#Ensure that we can send Ctrl-A to other apps
bind C-t send-prefix

#Automatically renumber windows when one closes
set renumber-windows on

#Set the base index for windows and panes to 1 instead of 0
set -g base-index 1
setw -g pane-base-index 1
Expand Down

0 comments on commit 4b2bbd7

Please sign in to comment.