-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbashrc
More file actions
23 lines (20 loc) · 742 Bytes
/
bashrc
File metadata and controls
23 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
source ~/.bash_profile;
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
# export PATH="$PATH:$HOME/.rvm/bin"
# #######
# thefuck
# #######
#
# The `thefuck` command is a tool that automatically corrects errors in previous terminal commands. It works by analyzing the last command you ran, identifying potential mistakes, and suggesting or executing a corrected version of the command.
#
# For example:
# ```bash
# $ git comit -m "fix typo"
# git: 'comit' is not a git command. See 'git --help'.
#
# $ fuck
# git commit -m "fix typo"
# eval "$(thefuck --alias)"
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/hsiatono/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)