Skip to content

Commit

Permalink
Remove hard-codet editor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jul 8, 2024
1 parent 30e12d7 commit 59ca7b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ~/.config/fish/conf.d/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ alias plistbuddy='/usr/libexec/PlistBuddy'
alias pg-start 'pg_ctl start -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log'
alias pg-stop 'pg_ctl stop -s -m fast -D /usr/local/var/postgres'

# Editor
set -x EDITOR mate -w
set -x HOMEBREW_EDITOR mate
alias edit="mate"

# Finder
alias finder 'open -R'
abbr --add .DS_Store 'find . -name .DS_Store'
Expand Down

0 comments on commit 59ca7b5

Please sign in to comment.