mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 04:47:15 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b563ba5cd0 | |||
| f357d23559 |
@@ -13,8 +13,8 @@ disabled = true
|
|||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = '🌱 '
|
symbol = '🌱 '
|
||||||
truncation_length = 4
|
truncation_length = 20
|
||||||
truncation_symbol = ''
|
truncation_symbol = '…'
|
||||||
ignore_branches = ['master', 'main']
|
ignore_branches = ['master', 'main']
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
|
|||||||
4
zshrc
4
zshrc
@@ -60,6 +60,7 @@ fi
|
|||||||
# gem, rubygems
|
# gem, rubygems
|
||||||
if command -v gem &>/dev/null; then
|
if command -v gem &>/dev/null; then
|
||||||
export GEM_HOME="$XDG_STATE_HOME/gem"
|
export GEM_HOME="$XDG_STATE_HOME/gem"
|
||||||
|
export GEM_PATH="$XDG_STATE_HOME/gem"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# nvm, the node version manager
|
# nvm, the node version manager
|
||||||
@@ -70,6 +71,9 @@ export NVM_AUTO_USE=true
|
|||||||
[ -s "$HOMEBREW_PKG/nvm/nvm.sh" ] && \. "$HOMEBREW_PKG/nvm/nvm.sh"
|
[ -s "$HOMEBREW_PKG/nvm/nvm.sh" ] && \. "$HOMEBREW_PKG/nvm/nvm.sh"
|
||||||
[ -s "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm" ] && \. "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm"
|
[ -s "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm" ] && \. "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm"
|
||||||
|
|
||||||
|
# wakatime, https://github.com/wakatime/wakatime-cli
|
||||||
|
export WAKATIME_HOME="$XDG_STATE_HOME/wakatime"
|
||||||
|
|
||||||
# Run x-load-configs in your terminal to reload the files.
|
# Run x-load-configs in your terminal to reload the files.
|
||||||
function x-load-configs()
|
function x-load-configs()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user