diff options
author | Yigit Sever | 2020-05-14 13:40:37 +0300 |
---|---|---|
committer | Yigit Sever | 2020-05-14 13:40:37 +0300 |
commit | 632ea038519b58312c5bed7ad8788d4e46cfa12a (patch) | |
tree | d19da88f3c5bd897dca6a2634b98bfb9989c8176 /.zshrc | |
parent | 7d97392d13c548b6ca9a1ecde41c29f28ed0c061 (diff) | |
parent | baf7fef97f1fe2f1bbe8159f5a5a928a2eba73be (diff) | |
download | dotfiles-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-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,7 @@ alias tp='trash-put' | |||
126 | alias ls='exa' | 126 | alias ls='exa' |
127 | alias wim='nvim /home/yigit/Nextcloud/personal_wiki/index.wiki' | 127 | alias wim='nvim /home/yigit/Nextcloud/personal_wiki/index.wiki' |
128 | alias ssh='TERM=xterm-256color ssh' | 128 | alias ssh='TERM=xterm-256color ssh' |
129 | alias torem='cd /home/yigit/Nextcloud/remind/' | ||
129 | 130 | ||
130 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 131 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC |
131 | 132 | ||
@@ -159,3 +160,6 @@ function te { | |||
159 | } | 160 | } |
160 | 161 | ||
161 | source /home/yigit/.config/broot/launcher/bash/br | 162 | source /home/yigit/.config/broot/launcher/bash/br |
163 | |||
164 | # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. | ||
165 | export PATH="$PATH:$HOME/.rvm/bin" | ||