From f1cfee502958a762f61ab2b2994c1ae7f256f127 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 20 Oct 2023 16:11:38 +0200 Subject: [PATCH] Added connveniant aliases and fixed EDITOR env var again --- shell/bash/.bash_aliases | 3 +++ shell/bash/.bashrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/bash/.bash_aliases b/shell/bash/.bash_aliases index fc8d586..a80ea3f 100644 --- a/shell/bash/.bash_aliases +++ b/shell/bash/.bash_aliases @@ -12,3 +12,6 @@ alias gpl="git pull" # Obsidian alias life-push="rsync -r ~/Documents/Obsidian/Life/ pixel:~/storage/shared/Documents/Obsidian/Life/" alias life-pull="rsync -r pixel:~/storage/shared/Documents/Obsidian/Life/ ~/Documents/Obsidian/Life/" + +# Config +alias editconf-i3="hx ~/.config/i3" diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index b4b0e06..5ce9845 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -28,7 +28,7 @@ bind '"\e[B":history-search-forward' export PATH="$HOME/.local/bin:$PATH" -export EDITOR="helix" +export EDITOR="hx" export HISTFILESIZE= export HISTSIZE=