Skip to content

Instantly share code, notes, and snippets.

@pothitos
Last active January 19, 2024 13:43
Show Gist options
  • Save pothitos/2f38f62c56730d4f918237f961c4ef32 to your computer and use it in GitHub Desktop.
Save pothitos/2f38f62c56730d4f918237f961c4ef32 to your computer and use it in GitHub Desktop.
Convenient Bash settings
alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'
alias l='ls -lh'
alias ll='l -A'
. ~/repos/bash-git-prompt/gitprompt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment