Skip to content

mrminning/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash

bash scripts

.bashrc with useful aliases.

cp .bashrc ~/.bashrc
# or
cd ~
wget https://raw.githubusercontent.com/mrminning/bash/master/.bashrc

Put this in .bashrc to only use aliases, just below the .bash_aliases

if [ -f ~/bash/bash_aliases.sh ]; then
    . ~/bash/bash_aliases.sh
fi

tmux

cd ~
wget https://raw.githubusercontent.com/mrminning/bash/master/.tmux.conf

Put this in .bashrc to use tmuxfunctions.

if [ -f ~/bash/tmuxfunctions.sh ]; then
    . ~/bash/tmuxfunctions.sh
fi

About

bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages