update bashrc
This commit is contained in:
parent
003a5bffcc
commit
ee9ba73126
2
bashrc
2
bashrc
|
@ -17,4 +17,4 @@ export TERM=xterm-color # Fixes ssh since I use alacritty and it sets the TERM
|
||||||
export VIMINIT="source $HOME/.config/vim/vimrc"
|
export VIMINIT="source $HOME/.config/vim/vimrc"
|
||||||
|
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias weather='curl wttr.in/?format="%l:+%C,+%t+(feels+like+%f)\n"'
|
alias weather='curl wttr.in/?format="%l:+%C,+%t+(feels+like+%f)+Wind:+%w&M"\n'
|
||||||
|
|
Loading…
Reference in New Issue