From ae91e5cc97fc245470b46aea07197fb5eaf32b2d Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Tue, 17 Mar 2020 18:05:17 +0100 Subject: zshrc: reduced PATH and added alias for ls -ltr --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 7166244..e85cf8d 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,8 @@ setopt append_history #unsetopt share_history export GOPATH=~/go -export PATH=$(ruby -rubygems -e "puts Gem.user_dir")/bin:/home/atsutane/bin:/home/atsutane/go/bin:$PATH:/opt/bsvc/usr/bin +#export PATH=$(ruby -rubygems -e "puts Gem.user_dir")/bin:/home/atsutane/bin:/home/atsutane/go/bin:$PATH:/opt/bsvc/usr/bin +export PATH=/home/atsutane/bin:/home/atsutane/go/bin:$PATH:/opt/bsvc/usr/bin export OOO_FORCE_DESKTOP=gnome export KEYID="295AFBF4" export GPGKEYID="295AFBF4" @@ -14,6 +15,7 @@ alias cpoc='cd /tmp && FN=$(mktemp --suffix=.c) && cp ~/.poc-template.c $FN && v alias rm='nocorrect rm -I' alias scr='screen -x || screen' alias cscope='cscope -R' +alias ltr='ls -ltr --color' function getinet () { if [ $(ifconfig wlan0 | grep "inet addr:" | cut -d ":" -f 2 | cut -d " " -f1) ]; then -- cgit v1.2.3-70-g09d2