Update shell aliases
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
|
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
alias cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)'
|
alias cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink | lolcat -p 2.0 -F 0.3 -a -d 1'
|
||||||
alias fastfetch='hyfetch'
|
alias fastfetch='hyfetch'
|
||||||
alias ghc='stack ghc'
|
alias ghc='stack ghc'
|
||||||
alias ghci='stack ghci'
|
alias ghci='stack ghci'
|
||||||
|
@ -9,7 +9,7 @@ if status is-interactive
|
|||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
fortune /usr/share/fortune/asoiaf | cowthink -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)
|
cookie
|
||||||
|
|
||||||
calcurse -d 7
|
calcurse -d 7
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user