logo

dotfiles

My dotfiles, one branch per machine
commit: a16d97293922fcabf3cb57bbaf9fcfc32082f52e
parent: 27a1869a70085629faadbb4143b8d47f07200fc4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 31 Aug 2019 11:03:33 +0200

.profile: Sort Aliases

Diffstat:

M.profile5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.profile b/.profile @@ -62,10 +62,12 @@ export VDPAU_DRIVER=radeonsi export LIBVA_DRIVER_NAME=radeonsi # Aliases +alias bash="SHELL=/bin/bash bash -l" +alias bc="bc /srv/web/hacktivis.me/notes/bc.txt" alias fuck='TF_ALIAS=fuck eval $(thefuck $(fc -ln -1))' alias fuu='su -c "$(fc -ln -1)"' -alias git-story="git log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) %C(green)(%ad)%C(reset) %G?: %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)'" alias git-st="git status --short --branch" +alias git-story="git log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) %C(green)(%ad)%C(reset) %G?: %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)'" alias j='jobs -l' alias la='ls -ahF' alias ll='ls -alhF' @@ -75,7 +77,6 @@ alias pscpu='ps -eo pid,user,pcpu,pmem,comm --sort -pcpu | head -20' alias psmem='ps -eo pid,user,pcpu,pmem,comm --sort -pmem | head -20' alias rm='rm -ri' alias xstart='startx -- $(tty | sed "s/\/dev\/tty/vt/")' -alias bash="SHELL=/bin/bash bash -l" # functions get_git_branch() {