From c0911b0f2fd780204e78221e1efcab39cbe8aa67 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 26 Aug 2023 16:04:51 +0300 Subject: bash: Sort aliases --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index eca189f..e74f880 100644 --- a/.bashrc +++ b/.bashrc @@ -68,6 +68,7 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` export VAULT_2FA='2 Factor Authentication' +alias ..='cd ..' alias d='git --git-dir="$REPODIR/Mango0x45/dotfiles.git" --work-tree="$HOME"' alias g=git alias grep='grep --color=auto' @@ -77,6 +78,4 @@ alias ls='ls --color=auto' alias sv=sudoedit alias v="$VISUAL" -alias ..='cd ..' - PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' -- cgit v1.2.3