updated bash profiles with some old configs and added tmux config
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
PATH=$PATH:$HOME/.scripts
|
||||
|
||||
|
||||
2
.bashrc
2
.bashrc
@@ -8,4 +8,6 @@
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias vi='nvim'
|
||||
alias ll='ls -l'
|
||||
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
4
.config/tmux/tmux.conf
Normal file
4
.config/tmux/tmux.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
bind '\' split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
Reference in New Issue
Block a user