-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.fish
46 lines (41 loc) · 1 KB
/
config.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
fish_add_path /opt/homebrew/bin
fish_add_path $HOME/.pub-cache/bin
abbr -a c code
abbr -a d docker
abbr -a h heroku
abbr -a f fvm flutter
abbr -a g git
abbr -a ga git add
abbr -a gb git branch
abbr -a gc git commit
abbr -a gca git commit --amend
abbr -a gcm git commit -m
abbr -a gco git checkout
abbr -a gcp git cherry-pick
abbr -a gd git diff
abbr -a gl git log
abbr -a gls git log --name-status --pretty=fuller
abbr -a gp git push
abbr -a gr git reset
abbr -a gra git rebase --abort
abbr -a grc git rebase --continue
abbr -a grh git reset --hard
abbr -a gri git rebase -i
abbr -a grs git reset --soft
abbr -a gs git status
abbr -a gsh git stash
abbr -a gsl git stash list
abbr -a gsp git stash pop
abbr -a gss git stash show
abbr -a pub fvm flutter pub
alias be="bundle exec"
alias bi="bundle install"
alias cat="bat"
alias ls="ls -GAF"
alias wifi="wifi-password"
# oh-my-fish/plugin-osx
alias pwf="pfd"
alias rm="trash"
set --global LANG en_US.UTF-8
set --global LC_ALL en_US.utf-8
set --global pure_symbol_prompt "\$"