incr commit

This commit is contained in:
Simonas Narbutas
2020-02-27 14:47:35 +01:00
parent ad7f785f3b
commit aef1955aba
5 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#for dir in ~/.rbenv/bin ~/.rbenv/shims ~/.gem/ruby/*/bin(ocN); do
# if test -d "$dir"; then
# export PATH="${PATH}:${dir}"
# fi
#done
#eval "$(rbenv init -)"
for dir in ~/.rbenv/bin ~/.rbenv/shims; do
if test -d "$dir"; then
export PATH="${PATH}:${dir}"
fi
done
eval "$(rbenv init -)"

View File

@@ -4,7 +4,7 @@ else
alias ls='ls -F'
fi
alias ll='ls -lh'
alias cat='bat'
alias cat='bat -p'
if grep --color=auto >&/dev/null; then
alias grep='grep --color=auto'
@@ -15,6 +15,7 @@ if which nvim > /dev/null; then
alias vi='nvim'
fi
alias feh="feh -Z -."
alias find='noglob find'
alias git='noglob git'
alias history='history -2000'

View File

@@ -2,3 +2,6 @@ export BAT_THEME="dark_neon"
#export BAT_THEME="Monokai Extended"
export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617
export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47
# sway socket export
export SWAYSOCK=$(find /run/user/1000 -name sway*)