mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sync from mac
This commit is contained in:
parent
75c2379f0f
commit
80b8dfde17
7 changed files with 24 additions and 4 deletions
|
|
@ -15,6 +15,15 @@ if status is-interactive
|
|||
# macOS Specific
|
||||
abbr --add clip pbcopy
|
||||
abbr --add paste pbpaste
|
||||
# Use GNU Coreutils
|
||||
alias cp=gcp
|
||||
alias ln=gln
|
||||
alias mkdir=gmkdir
|
||||
alias mv=gmv
|
||||
alias rm=grm
|
||||
alias rmdir=grmdir
|
||||
alias touch=gtouch
|
||||
|
||||
case "Linux"
|
||||
# Linux Specific
|
||||
case '*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue