From c3d6fe5d78a8f305a2134d6298c3da7f1eac114f Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 7 Apr 2020 18:32:53 +0300 Subject: torem alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 624c508..fa3a3c3 100644 --- a/.zshrc +++ b/.zshrc @@ -126,6 +126,7 @@ alias tp='trash-put' alias ls='exa' alias wim='nvim /home/yigit/Nextcloud/personal_wiki/index.wiki' alias ssh='TERM=xterm-256color ssh' +alias torem='cd /home/yigit/Nextcloud/remind/' RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC -- cgit v1.2.3-70-g09d2 From c2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 6 May 2020 16:24:54 +0300 Subject: add ruby to path --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index fa3a3c3..82d3530 100644 --- a/.zshrc +++ b/.zshrc @@ -160,3 +160,6 @@ function te { } source /home/yigit/.config/broot/launcher/bash/br + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" -- cgit v1.2.3-70-g09d2