removed weather from polybar, merged functions in fish
This commit is contained in:
parent
2fa36ed261
commit
7eab7e882f
5 changed files with 4 additions and 1 deletions
8
.config/fish/functions/alias.fish
Normal file
8
.config/fish/functions/alias.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Alias File
|
||||
alias vim="nvim"
|
||||
|
||||
alias ls="exa --icons"
|
||||
|
||||
# Package manager aliases
|
||||
alias pac="sudo pacman"
|
||||
|
3
.config/fish/functions/dotfiles.fish
Normal file
3
.config/fish/functions/dotfiles.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function config --wraps='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' --description 'Git command to manage dotfiles'
|
||||
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv
|
||||
end
|
3
.config/fish/functions/weather.fish
Normal file
3
.config/fish/functions/weather.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function weather --description="Get weather for a given city"
|
||||
curl wttr.in/$argv
|
||||
end
|
3
.config/fish/functions/wgetbb.fish
Normal file
3
.config/fish/functions/wgetbb.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function wgetbb --description 'Downloads directly from uminho blackboard using users creds'
|
||||
~/.config/scripts/wgetbb.sh $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue