From 717bde9f63ca9af3ec801afff00c17d95e38bfee Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Tue, 9 Jun 2020 00:42:51 +0300 Subject: [PATCH] flutter --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 787366a..cf791aa 100644 --- a/.zshrc +++ b/.zshrc @@ -4,8 +4,10 @@ # Path to your oh-my-zsh installation. export ZSH="/home/david/.oh-my-zsh" +export CHEST_DIR="$HOME/Cloud/.chest" + export GOPATH=$HOME/gocode -export PATH=$PATH:$GOPATH/bin:/home/david/Scripts +export PATH=$PATH:$GOPATH/bin:/home/david/Scripts:/home/david/build/flutter/bin # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -17,6 +19,7 @@ alias j=jumpy alias ja=jumpy -a --as alias jd=jumpy -d +alias disks="sudo fdisk -l | sed -e '/Disk \/dev\/loop/,+5d'" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load