1
0
Fork 0
mirror of synced 2024-11-17 06:25:35 -05:00

Merge branch 'master' of github.com:amix/vimrc

This commit is contained in:
Amir 2020-05-10 10:24:02 -04:00
commit 8c90331742

View file

@ -17,7 +17,7 @@ catch
endtry"
if [ $2 == "--all" ]; then
USERS=($(ls -l /home | awk '{if(NR>1)print $9}'))
USERS=($(ls /home))
for user in ${USERS[*]}; do
homepath=$(eval echo "~$user")
IFS=''