Browse Source

some updates, really dont know

master
Josh Fabean 7 years ago
parent
commit
f24b45d2b6
No known key found for this signature in database GPG Key ID: 5EF27D86AD60946D
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .profile
  2. +1
    -1
      .tmux.conf

+ 2
- 2
.profile View File

@ -7,8 +7,8 @@ whitebg='\e[47m'
#echo -e "${hashes}███████████████████████████████████████████████████████████████████████████████████████████████████████████████████${NC}"
#echo "${yellow} Only things that are hard are worth having ${NC}"
/usr/local/bin/node /Users/joshfabean/Git/profile-text/index.js
/usr/local/bin/todo.sh ls
#/usr/local/bin/node /Users/joshfabean/Git/profile-text/index.js
#/usr/local/bin/todo.sh ls
# run NVIM instead of VIM
alias vim='nvim'


+ 1
- 1
.tmux.conf View File

@ -1,4 +1,4 @@
-option -g status-position top
set-option -g status-position top
bind-key b set-option status
set -g focus-events on
set -g aggressive-resize on


Loading…
Cancel
Save