diff --git a/.bash_profile b/.bash_profile index 5545f00..157a54f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,3 +3,6 @@ # [[ -f ~/.bashrc ]] && . ~/.bashrc + +PATH=$PATH:$HOME/.scripts + diff --git a/.bashrc b/.bashrc index 4c2377a..fd9c616 100644 --- a/.bashrc +++ b/.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]\$ ' diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..efc3cff --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,4 @@ +bind '\' split-window -h +bind - split-window -v +unbind '"' +unbind %