├── .aliases.sh ├── .git_config ├── .prompt.sh ├── README.md └── bash_profile.sh /.aliases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achasveachas/yechiels-dotfiles/HEAD/.aliases.sh -------------------------------------------------------------------------------- /.git_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achasveachas/yechiels-dotfiles/HEAD/.git_config -------------------------------------------------------------------------------- /.prompt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achasveachas/yechiels-dotfiles/HEAD/.prompt.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/achasveachas/yechiels-dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /bash_profile.sh: -------------------------------------------------------------------------------- 1 | export HISTCONTROL=ignoredups --------------------------------------------------------------------------------