summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-05-30 12:17:55 +0200
committerMarc Vertes <mvertes@free.fr>2021-05-30 12:17:55 +0200
commit4bd0a72b639662f9a13c7c0adb1b423383c84ef5 (patch)
tree09c279e386b7e9d42930b351aafcb2d9c505007d
parent67efb5857e720ebbe323ea7284793c43f27b0f67 (diff)
update
-rw-r--r--.bashrc2
-rw-r--r--.profile2
2 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index fca1532..c6c7b1e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -47,6 +47,8 @@ alias ls='ls -GF'
alias ll='ls -AlGFhv'
alias vi='vim'
alias view='vim -R'
+alias ldd='otool -L'
+alias ibrew='arch -x86_64 /usr/local/bin/brew'
#alias op='xdg-open'
alias git='hub'
#alias go='go1.14.1'
diff --git a/.profile b/.profile
index 78b4393..bbf3c42 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,6 @@
# ~/.profile
-PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin
+PATH=~/bin:/opt/homebrew/bin:$PATH:~/go/bin:~/.cargo/bin
[ "${SHELL##*/}" = bash ] && . ~/.bashrc