Added editor aliases
Removed git alias, as I use ssh now on Darwin
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
# macOS spezifisch
|
||||
alias nrf-env="export PATH='/opt/nordic/ncs/toolchains/322ac893fe/bin:\$PATH'"
|
||||
# git alias ist nötig, da unter Sequoia sonst git auf lokale server nicht mehr funktioniert
|
||||
alias git="/usr/bin/git"
|
||||
# git alias ist nötig, da unter Sequoia sonst git http auf lokale server nicht mehr funktioniert
|
||||
# alias git="/usr/bin/git"
|
||||
fi
|
||||
|
||||
7
zsh_func_d/editor_micro.zsh
Normal file
7
zsh_func_d/editor_micro.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
if (( $+commands[micro] )); then
|
||||
alias nano="micro"
|
||||
alias vi="micro"
|
||||
alias vim="micro"
|
||||
export EDITOR="micro"
|
||||
export VISUAL="micro"
|
||||
fi
|
||||
Reference in New Issue
Block a user