diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 16:04:51 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 16:04:51 +0300 |
commit | c0911b0f2fd780204e78221e1efcab39cbe8aa67 (patch) | |
tree | 99fc697f679f76b801584d5a2460bb0669717a64 /.bashrc | |
parent | 631f0cf7c0ea4bd50a37c9c36da33b1eade9246b (diff) |
bash: Sort aliases
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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\]' |