summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-05-14 13:40:37 +0300
committerYigit Sever2020-05-14 13:40:37 +0300
commit632ea038519b58312c5bed7ad8788d4e46cfa12a (patch)
treed19da88f3c5bd897dca6a2634b98bfb9989c8176 /.zshrc
parent7d97392d13c548b6ca9a1ecde41c29f28ed0c061 (diff)
parentbaf7fef97f1fe2f1bbe8159f5a5a928a2eba73be (diff)
downloaddotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.gz
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.bz2
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 624c508..82d3530 100644
--- a/.zshrc
+++ b/.zshrc
@@ -126,6 +126,7 @@ alias tp='trash-put'
126alias ls='exa' 126alias ls='exa'
127alias wim='nvim /home/yigit/Nextcloud/personal_wiki/index.wiki' 127alias wim='nvim /home/yigit/Nextcloud/personal_wiki/index.wiki'
128alias ssh='TERM=xterm-256color ssh' 128alias ssh='TERM=xterm-256color ssh'
129alias torem='cd /home/yigit/Nextcloud/remind/'
129 130
130RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 131RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
131 132
@@ -159,3 +160,6 @@ function te {
159} 160}
160 161
161source /home/yigit/.config/broot/launcher/bash/br 162source /home/yigit/.config/broot/launcher/bash/br
163
164# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
165export PATH="$PATH:$HOME/.rvm/bin"