Initialize
This commit is contained in:
19
.config/fish/config.fish
Normal file
19
.config/fish/config.fish
Normal file
@@ -0,0 +1,19 @@
|
||||
set fish_greeting
|
||||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
oh-my-posh init fish --config $HOME/.config/ohmyposh/atomic.omp.json | source
|
||||
pokeget $(shuf -i 1-721 -n 1) --hide-name
|
||||
|
||||
alias ll="ls -lh"
|
||||
alias la="ls -lha"
|
||||
alias fulltree="tree -I \".git\" -a ."
|
||||
|
||||
alias burn-orphanage="pacman -Qqtd | sudo pacman -Rsu -"
|
||||
|
||||
alias cd..="cd .."
|
||||
alias girlboss="sudo"
|
||||
|
||||
alias vifish="vim $HOME/.config/fish/config.fish"
|
||||
Reference in New Issue
Block a user