Skip to content

ahallemberg/shell_customizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

shell_customizations

Clone at home dir level and run these commands depending on your shell.

Zsh

echo -e "source ~/shell_customizations/aliases.sh\nsource ~/shell_customizations/functions.sh" >> ~/.zshrc && source ~/.zshrc 

Bash

echo -e "source ~/shell_customizations/aliases.sh\nsource ~/shell_customizations/functions.sh" >> ~/.bashrc && source ~/.bashrc

About

Command utilities for bash and zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages