fish: Alias cal to 'cal -m' (start week on Monday)

master
Pierre Neidhardt 2016-12-14 21:47:33 +05:30
parent d72599f73f
commit 6408513ba2
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ function mkcd -a folder -d 'Make directory and change into it.'
cd $folder
end
alias cal 'cal -m'
if type -pq pacman
source $fish_config_path/pacman.fish
end