Mercurial > hg > zsh-env
comparison zshrc-gentoo @ 188:757255b99cff default tip
Der Pfad von nano hat sich geƤndert
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 14 Mar 2023 07:19:52 +0100 |
parents | 75e3f2d8368c |
children |
comparison
equal
deleted
inserted
replaced
187:7d3c872681cb | 188:757255b99cff |
---|---|
11 if [ -r ${keychain_init_file} ]; then | 11 if [ -r ${keychain_init_file} ]; then |
12 . ${keychain_init_file} | 12 . ${keychain_init_file} |
13 fi | 13 fi |
14 | 14 |
15 # custom environment variables | 15 # custom environment variables |
16 export EDITOR=/usr/bin/nano | 16 export EDITOR=/bin/nano |
17 export PATH="${PATH}":/opt/bin | 17 export PATH="${PATH}":/opt/bin |
18 | 18 |
19 # custom aliases for gentoo | 19 # custom aliases for gentoo |
20 alias cd..="cd .." | 20 alias cd..="cd .." |
21 alias es="ionice -c3 emerge --sync" | 21 alias es="ionice -c3 emerge --sync" |