Skip to content

piotrfura/aliases-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My aliases for bash/zsh shell

This repo contains the list of useful aliases for:

  • general terminal activities
  • git
  • python development
  • django development
  • other

You can add them by running load_aliases.sh

Alternatively follow these steps:

  • copy .myaliases to your home directory
  • add ref to the file in your shell dotfile (eg. .bashrc or .zshrc):
    if test -f "$HOME/.myaliases"; then
      source $HOME/.myaliases
    fi
    
  • restart your shell to load changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages