From 5a10b95d434d285edb1e26cacb1078794301ee43 Mon Sep 17 00:00:00 2001 From: Adrien Luxey-Bitri Date: Sun, 2 Oct 2022 20:36:58 +0200 Subject: [PATCH] further edited zshrc --- zshrc | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/zshrc b/zshrc index b49dc6a..c11a663 100644 --- a/zshrc +++ b/zshrc @@ -13,7 +13,6 @@ export ZSH=$HOME/.oh-my-zsh ZSH_THEME="agnoster" # Uncomment the following line to use case-sensitive completion. -#CASE_SENSITIVE="true" CASE_SENSITIVE="false" # Uncomment the following line to use hyphen-insensitive completion. Case @@ -62,6 +61,14 @@ source $ZSH/oh-my-zsh.sh # User configuration +# Set personal aliases, overriding those provided by oh-my-zsh libs, +# plugins, and themes. Aliases can be placed here, though oh-my-zsh +# users are encouraged to define aliases within the ZSH_CUSTOM folder. +# For a full list of active aliases, run `alias`. +alias o="xdg-open > /dev/null 2>&1" +alias awsdf="aws --endpoint-url https://garage.deuxfleurs.fr" +alias sshfs_rasp="sshfs coloc@192.168.1.50:/hdd/shared/ /media/adrien/rasp -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" + # export MANPATH="/usr/local/man:$MANPATH" # You may need to manually set your language environment @@ -73,32 +80,18 @@ export EDITOR='vim' # Hide username by setting DEFAULT_USER #export DEFAULT_USER=$USER -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi - # Compilation flags # export ARCHFLAGS="-arch x86_64" # ssh # export SSH_KEY_PATH="~/.ssh/rsa_id" -# Set personal aliases, overriding those provided by oh-my-zsh libs, -# plugins, and themes. Aliases can be placed here, though oh-my-zsh -# users are encouraged to define aliases within the ZSH_CUSTOM folder. -# For a full list of active aliases, run `alias`. -alias o="xdg-open > /dev/null 2>&1" -alias awsdf="aws --endpoint-url https://garage.deuxfleurs.fr" -alias sshfs_rasp="sshfs coloc@192.168.1.50:/hdd/shared/ /media/adrien/rasp -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" - # Set Go environment -export PATH="$PATH:/usr/local/go/bin" -export GOPATH=$HOME/goroot -if [ -d "$GOPATH/bin" ] ; then - PATH="$PATH:$GOPATH/bin" -fi +#export PATH="$PATH:/usr/local/go/bin" +#export GOPATH=$HOME/goroot +#if [ -d "$GOPATH/bin" ] ; then +# PATH="$PATH:$GOPATH/bin" +#fi export PATH=$PATH:$HOME/.local/bin if [ -d "$HOME/bin" ] ; then